chore: fixing CloudronManifest
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 7s
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 7s
This commit is contained in:
parent
2cc532ea29
commit
a54bcbf38c
@ -33,6 +33,12 @@ COPY --from=prod-deps /app/node_modules /app/node_modules
|
|||||||
COPY --from=build ./app/build ./build
|
COPY --from=build ./app/build ./build
|
||||||
COPY --from=build ./app/admin/dist ./admin/dist
|
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" ]
|
VOLUME [ "/app/data" ]
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user