1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00

Fix docker

This commit is contained in:
Adria Navarro 2023-11-02 15:58:02 +01:00
parent e928e62586
commit 2ee77cda99

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"