${APP_PORT}:3000

This commit is contained in:
CHIEFSOFT\ameye
2024-12-23 21:32:05 -05:00
parent 748b9194a1
commit 60ac57584e
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
APP_PORT=8091
ESLINT_NO_DEV_ERRORS=true
+2 -2
View File
@@ -1,4 +1,4 @@
version: '3.3'
version: '3'
services:
merms-mainsite-2025:
build:
@@ -8,7 +8,7 @@ services:
- NODE_ENV=development
restart: unless-stopped
ports:
- 8091:3000
- ${APP_PORT}:3000
working_dir: /app
volumes:
- ./:/app