Skip to content

Commit

Permalink
fix: workdir already changed
Browse files Browse the repository at this point in the history
  • Loading branch information
oedokumaci committed Jun 5, 2024
1 parent 1165445 commit 44ca259
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 @@ -5,7 +5,7 @@ FROM python:3.11
WORKDIR /usr/src/app

# Copy the current directory contents into the container
COPY . /usr/src/app
COPY . .

# Install PDM (Python Dependency Manager)
RUN pip install pdm
Expand Down

0 comments on commit 44ca259

Please sign in to comment.