Update Dockerfile

This commit is contained in:
Angel-HF
2024-04-06 13:22:38 +02:00
committed by GitHub
parent dbf0ac6905
commit 11bc047e32

View File

@@ -1,3 +1,7 @@
FROM ubuntu:focal FROM ubuntu:focal
COPY setup.sh /setup.sh COPY setup.sh /setup.sh
COPY entrypoint.sh /entrypoint.sh
RUN ./setup.sh RUN ./setup.sh
ENTRYPOINT ["/entrypoint.sh"]