Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into dependabot/pip/pip-bd…
Browse files Browse the repository at this point in the history
…86ea0b08
  • Loading branch information
oedokumaci committed Jun 5, 2024
2 parents e433ad2 + 44ca259 commit 1c05a46
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 1c05a46

Please sign in to comment.