Update Dockerfile

This commit is contained in:
Angel-HF
2024-04-06 13:22:38 +02:00
committed by Pelochus
parent f6173f3241
commit afb7f45c41

View File

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