chore: CloudronManifest Dockerfile

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

@ -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