Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Dec 11, 2023
1 parent e9b3d88 commit d72f412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y libmagic1 && rm -rf /var/lib/apt/lists/
# Set the working directory
WORKDIR /backend

COPY ./backend .
COPY . .

RUN rm poetry.lock

Expand Down

0 comments on commit d72f412

Please sign in to comment.