8 lines
131 B
Plaintext
Raw Normal View History

services:
app:
build:
context: .
ports:
- 3000:8080
command: ["--hostname", "0.0.0.0", "--port", "8080"]