chore: fixing CloudronManifest
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 7s

This commit is contained in:
Stixx 2024-11-05 12:11:36 +01:00
parent 2cc532ea29
commit a54bcbf38c

View File

@ -33,6 +33,12 @@ COPY --from=prod-deps /app/node_modules /app/node_modules
COPY --from=build ./app/build ./build
COPY --from=build ./app/admin/dist ./admin/dist
# Required by Cloudron
HEALTHCHECK CMD curl --fail http://localhost:3000 || exit 1
# Cloudron specific labels
LABEL cloudronManifestPath="CloudronManifest.json"
VOLUME [ "/app/data" ]
EXPOSE 3000