Docking
This commit is contained in:
parent
614d16c710
commit
01c970a376
1 changed files with 6 additions and 0 deletions
6
docker-compose.yml
Normal file
6
docker-compose.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
services:
|
||||
app:
|
||||
image: ${IMAGE}
|
||||
command: ["/app"]
|
||||
ports:
|
||||
- "3000:3000"
|
Loading…
Add table
Reference in a new issue