Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Aug 17, 2024
1 parent c6c8727 commit 9f6c65c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apk upgrade --no-cache -a && \

FROM python:3.12.5-alpine3.20
RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates tzdata tini
apk add --no-cache ca-certificates tzdata tini && \
playwright install chrome
COPY app.py /usr/local/bin/app.py
ENTRYPOINT ["tini", "--", "app.py"]

0 comments on commit 9f6c65c

Please sign in to comment.