1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Correcting BUDIBASE_VERSION in single image.

This commit is contained in:
mike12345567 2023-11-02 13:23:31 +00:00
parent 2ac06465bf
commit 4751f9b240

View file

@ -120,7 +120,7 @@ VOLUME /data
ARG BUDIBASE_VERSION
# Ensuring the version argument is sent
RUN test -n "$BUDIBASE_VERSION"
ENV BUDIBASE_VERSION=$BUDIBASE_VERSION
ENV BUDIBASE_VERSION $BUDIBASE_VERSION
HEALTHCHECK --interval=15s --timeout=15s --start-period=45s CMD "/healthcheck.sh"