File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ COPY --from=builder /data/apps/web/.output ./apps/web/.output
5757COPY --from=builder /data/apps/web/nuxt.config.ts ./apps/web/nuxt.config.ts
5858COPY --from=builder /data/apps/web/src ./apps/web/src
5959COPY --from=builder /data/apps/web/start.mjs ./apps/web/start.mjs
60+ COPY --from=builder /data/apps/web/entrypoint.sh ./apps/web/entrypoint.sh
6061
6162EXPOSE 4000 3000
6263
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ simulation: ## Start production environment in simulation mode
4242 -p $(APP_WEB_PORT_SECURE ) :3443 \
4343 -p $(APP_API_PORT ) :4000 \
4444 -p $(APP_API_PORT_SECURE ) :4443 \
45- -v $(CURDIR ) :/data \
4645 $(IMG_NAME )
4746
4847prod : # # Start production environment
You can’t perform that action at this time.
0 commit comments