Compare commits

...

2 Commits

Author SHA1 Message Date
jimmy 6f8776874a Expose port 3333 on stencil 2023-01-03 11:38:44 +13:00
jimmy 748cde627a Rename to app 2023-01-03 11:38:01 +13:00
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ version: '3.7'
services:
clndr:
app:
build: ./
ports:
- 8080:8080
@ -42,7 +42,7 @@ services:
volumes:
- ./app:/app
ports:
- 1234:1234
- 3333:3333
working_dir: /app
command: sh -c "npm install && npm run start"