Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mkesicki authored Nov 12, 2021
1 parent e12f567 commit 7bd8cb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ RUN set -ex \
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python - \
&& export PATH="$HOME/.local/bin:$PATH"

# ENV PATH="${PATH}:/root/.poetry/bin"
ENV PATH="${PATH}:$HOME/.local/bin"

# copy necessary files
Expand All @@ -38,7 +37,6 @@ COPY . .
RUN $HOME/.local/bin/poetry config virtualenvs.create false \
&& $HOME/.local/bin/poetry install --no-interaction --no-ansi


# remove unecessary .git directory
RUN rm -rf .git

Expand Down

0 comments on commit 7bd8cb7

Please sign in to comment.