run sh
This commit is contained in:
+4
-3
@@ -1,11 +1,9 @@
|
||||
version: '3'
|
||||
services:
|
||||
merms-mainsite-2025:
|
||||
merms-mainsite2025:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/Dockerfile
|
||||
args:
|
||||
- NODE_ENV=development
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${APP_PORT}:3000
|
||||
@@ -16,6 +14,9 @@ services:
|
||||
- ./run.sh:/app/run.sh
|
||||
- ./node_modules:/app/node_modules
|
||||
- ./next:/app/.next
|
||||
extra_hosts:
|
||||
- backend.wrenchboard.api.live:10.10.33.15
|
||||
- backend.wrenchboard.api.test:10.10.33.15
|
||||
tty: true
|
||||
stdin_open: true
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user