Correcting BUDIBASE_VERSION in single image.

This commit is contained in:
mike12345567 2023-11-02 13:23:31 +00:00
parent 2ac06465bf
commit 4751f9b240
1 changed files with 1 additions and 1 deletions

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"