Expose port 3333 on stencil

This commit is contained in:
jimmy 2023-01-03 11:38:44 +13:00
parent 748cde627a
commit 6f8776874a
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ services:
volumes:
- ./app:/app
ports:
- 1234:1234
- 3333:3333
working_dir: /app
command: sh -c "npm install && npm run start"