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 18, 2024
1 parent 954c3f7 commit 8251aba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ RUN echo 'APT::Install-Recommends "0";' | tee -a /etc/apt/apt.conf.d/01norecomme
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
playwright install --with-deps chromium
USER nobody
COPY app.py /usr/local/bin/app.py
ENTRYPOINT ["tini", "--", "app.py"]

0 comments on commit 8251aba

Please sign in to comment.