Compare commits
2 Commits
582a7df49f
...
6f8776874a
Author | SHA1 | Date | |
---|---|---|---|
6f8776874a | |||
748cde627a |
@@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user