8 lines
No EOL
112 B
YAML
8 lines
No EOL
112 B
YAML
version: '3'
|
|
services:
|
|
landingpage:
|
|
build: .
|
|
command: node app.js
|
|
ports:
|
|
- "8080:8080"
|
|
|