Skip to content

Commit 4d8bb92

Browse files
committed
Update Dockerfile to include entrypoint.sh copy and remove volume mapping in Makefile
1 parent 1163924 commit 4d8bb92

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ COPY --from=builder /data/apps/web/.output ./apps/web/.output
5757
COPY --from=builder /data/apps/web/nuxt.config.ts ./apps/web/nuxt.config.ts
5858
COPY --from=builder /data/apps/web/src ./apps/web/src
5959
COPY --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

6162
EXPOSE 4000 3000
6263

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

4847
prod: ## Start production environment

0 commit comments

Comments
 (0)