Expose port 3333 on stencil
This commit is contained in:
parent
748cde627a
commit
6f8776874a
|
@ -42,7 +42,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./app:/app
|
- ./app:/app
|
||||||
ports:
|
ports:
|
||||||
- 1234:1234
|
- 3333:3333
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
command: sh -c "npm install && npm run start"
|
command: sh -c "npm install && npm run start"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue