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

This commit is contained in:
Stixx 2024-11-05 12:19:51 +01:00
parent a54bcbf38c
commit 2e11e3bee3

View File

@ -28,6 +28,7 @@ FROM base AS main
COPY start.sh start.sh
COPY config.example.yml config.yml
COPY CloudronManifest.json .
COPY --from=prod-deps /app/node_modules /app/node_modules
COPY --from=build ./app/build ./build