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 341e7a6 commit 12fe09f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ RUN echo 'APT::Install-Recommends "0";' | tee -a /etc/apt/apt.conf.d/01norecomme
apt-get update && apt-get upgrade -y && apt-get install --no-install-recommends -y ca-certificates tzdata tini && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
playwright install && \
playwright install-deps
playwright install --with-deps chromium
COPY app.py /usr/local/bin/app.py
ENTRYPOINT ["tini", "--", "app.py"]

0 comments on commit 12fe09f

Please sign in to comment.