Expose port 3333 on stencil
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user