Skip to content

Commit

Permalink
Merge pull request #39 from aodn/vietnguyengit-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
vietnguyengit authored Jan 14, 2025
2 parents 986d6bf + 7089cd5 commit 60740b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt update && \
pip3 install poetry && \
poetry config virtualenvs.create false && \
poetry lock && \
poetry install
poetry install --no-root

COPY . /app

Expand Down

0 comments on commit 60740b3

Please sign in to comment.