Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
buremba committed Oct 11, 2024
1 parent 9a88496 commit a8ff4f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ RUN apt-get update && apt-get -y upgrade \
&& apt-get install gcc -y \
&& pip install --upgrade pip

# Set separate working directory for easier debugging.
WORKDIR /app

RUN pip install 'poetry==1.8.3'
COPY pyproject.toml poetry.lock ./

Expand Down

0 comments on commit a8ff4f8

Please sign in to comment.