Update Dockerfile

This commit is contained in:
Kroese 2023-04-16 14:07:49 +02:00 committed by GitHub
parent 4a3c6c8d59
commit e97dafd82f

View file

@ -23,6 +23,6 @@ ENV CPU_CORES 1
ENV DISK_SIZE 16G ENV DISK_SIZE 16G
ENV RAM_SIZE 512M ENV RAM_SIZE 512M
ENV BOOT http://www.example.com/imago.iso ENV BOOT http://www.example.com/image.iso
ENTRYPOINT ["/run/run.sh"] ENTRYPOINT ["/run/run.sh"]