This commit is contained in:
Oscar Krause
2022-12-21 11:06:09 +01:00
parent 4184731571
commit c5b6c79d1c
3 changed files with 4 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ RUN apk update \
&& apk del build-deps
COPY app /app
COPY version.env /app/version.env
COPY version.env /version.env
COPY README.md /README.md
HEALTHCHECK --start-period=30s --interval=10s --timeout=5s --retries=3 CMD curl --insecure --fail https://localhost/status || exit 1