3002
This commit is contained in:
parent
da6ff3edb0
commit
4313ab56af
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ services:
|
||||||
image: node:18-alpine
|
image: node:18-alpine
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
ports:
|
ports:
|
||||||
- '3001:3000'
|
- '3002:3000'
|
||||||
volumes:
|
volumes:
|
||||||
- .:/home/node/app
|
- .:/home/node/app
|
||||||
- node_modules:/home/node/app/node_modules
|
- node_modules:/home/node/app/node_modules
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue