File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ COPY --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
6060COPY --from=builder /data/apps/web/entrypoint.sh ./apps/web/entrypoint.sh
61+ COPY --from=builder /data/apps/web/scripts/checkinstall.sh ./apps/web/scripts/checkinstall.sh
6162
6263EXPOSE 4000 3000
6364
Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ 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 ) /apps/api/storage:/data/apps/api/storage \
46+ -v $(CURDIR ) /.env:/data/.env \
47+ -v $(CURDIR ) /apps/api/.env:/data/apps/api/.env \
48+ -v $(CURDIR ) /apps/web/.env:/data/apps/web/.env \
4549 $(IMG_NAME )
4650
4751prod : # # Start production environment
You can’t perform that action at this time.
0 commit comments