Skip to content

Commit

Permalink
fix(#60): works
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Oct 7, 2024
1 parent 3285f9f commit f4ec3ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@ RUN curl https://sh.rustup.rs -sSf | bash -s -- -y \
&& bash -c '"${HOME}/.cargo/bin/cargo" --version' \
&& bash -c '"${HOME}/.cargo/bin/cargo" install just@1.30.1'

#WORKDIR /app
COPY sr-data ./sr-data
COPY pyproject.toml justfile ./
RUN bash -c '"${HOME}/.cargo/bin/just" install'
RUN poetry install --no-root
COPY . .
CMD ["just"]
ENTRYPOINT ["/root/.cargo/bin/just"]

0 comments on commit f4ec3ee

Please sign in to comment.