8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
|
services:
|
||
|
app:
|
||
|
build:
|
||
|
context: .
|
||
|
port:
|
||
|
- 3000:8080
|
||
|
command: ["--hostname", "0.0.0.0", "--port", "8080"]
|