Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric-Magnan authored Nov 9, 2023
1 parent 4a23800 commit 695906c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WORKDIR /home/docker_user/workspace
# Install Poetry
RUN curl -sSL https://install.python-poetry.org | python3 -

ENV PATH="/home/docker_user/.local/bin:$PATH
ENV PATH="/home/docker_user/.local/bin:$PATH"

COPY pyproject.toml ./
COPY poetry.lock ./
Expand Down

0 comments on commit 695906c

Please sign in to comment.