build: Environment variables (#132)

This commit is contained in:
Kroese 2024-08-18 02:12:14 +02:00 committed by GitHub
parent 49e41f2a1e
commit 540821ce5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,9 +50,9 @@ ADD --chmod=744 https://raw.githubusercontent.com/qemus/qemu-docker/master/web/n
VOLUME /storage
EXPOSE 22 5900 8006
ENV CPU_CORES "1"
ENV RAM_SIZE "1G"
ENV DISK_SIZE "16G"
ENV BOOT "http://example.com/image.iso"
ENV CPU_CORES="1"
ENV RAM_SIZE="1G"
ENV DISK_SIZE="16G"
ENV BOOT="http://example.com/image.iso"
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]