mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2025-02-23 11:40:50 +07:00
Display version
This commit is contained in:
parent
f21de30769
commit
579ca0b601
@ -52,6 +52,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
|
||||
|
||||
HEALTHCHECK --interval=30s --timeout=2s CMD curl -ILfSs http://20.20.20.21:5000/ || exit 1
|
||||
|
||||
ENTRYPOINT ["/run/run.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user