Skip to content

Commit

Permalink
dont change the path in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Apr 14, 2024
1 parent ea98615 commit 674ad54
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 @@ -3,6 +3,5 @@ FROM python:3.10
RUN apt-get update && apt-get install -y \
libgl1-mesa-glx \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app
COPY . /app
COPY . .
RUN pip install -r requirements.txt

0 comments on commit 674ad54

Please sign in to comment.