Update Dockerfile
This commit is contained in:
parent
2676bb4eb9
commit
2f06b1dfc8
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@ ENV CPU_CORES 1
|
|||
ENV DISK_SIZE 16G
|
||||
ENV RAM_SIZE 512M
|
||||
|
||||
ARG BUILD_ARG 0
|
||||
ARG VERSION_ARG "0.0"
|
||||
ENV BUILD=$BUILD_ARG
|
||||
ENV VERSION=$VERSION_ARG
|
||||
|
||||
ENV BOOT http://www.example.com/image.iso
|
||||
|
||||
ENTRYPOINT ["/run/run.sh"]
|
||||
|
|
Loading…
Reference in a new issue