Compare commits

...

2 Commits

Author SHA1 Message Date
6f8776874a Expose port 3333 on stencil 2023-01-03 11:38:44 +13:00
748cde627a Rename to app 2023-01-03 11:38:01 +13:00

View File

@@ -2,7 +2,7 @@ version: '3.7'
services: services:
clndr: app:
build: ./ build: ./
ports: ports:
- 8080:8080 - 8080:8080
@@ -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"