Loading Dockerfile +1 −4 Original line number Diff line number Diff line Loading @@ -50,10 +50,7 @@ ENV DISK_SIZE "16G" ENV RAM_SIZE "512M" ARG VERSION_ARG="0.0" ENV VERSION=$VERSION_ARG LABEL org.opencontainers.image.title="Virtual DSM" LABEL org.opencontainers.image.description="Virtual DSM in a docker container" RUN echo "$VERSION_ARG" > /run/version HEALTHCHECK --interval=60s --start-period=45s --retries=2 CMD /run/check.sh Loading Loading
Dockerfile +1 −4 Original line number Diff line number Diff line Loading @@ -50,10 +50,7 @@ ENV DISK_SIZE "16G" ENV RAM_SIZE "512M" ARG VERSION_ARG="0.0" ENV VERSION=$VERSION_ARG LABEL org.opencontainers.image.title="Virtual DSM" LABEL org.opencontainers.image.description="Virtual DSM in a docker container" RUN echo "$VERSION_ARG" > /run/version HEALTHCHECK --interval=60s --start-period=45s --retries=2 CMD /run/check.sh Loading