Skip to content

Commit

Permalink
Fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrimaz committed Jan 21, 2024
1 parent b53e4d0 commit fc72da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ FROM python:3.11-alpine
RUN adduser -D nonroot
USER nonroot

COPY --from=builder --chown=nonroot:nonroot /app /app
COPY --from=builder --chown=nonroot:nonroot --chmod=755 /app /app

WORKDIR /app

COPY . .
RUN chmod -R 755 /app


EXPOSE 80

Expand Down

0 comments on commit fc72da4

Please sign in to comment.