Landingpage/docker-compose.yml
2019-09-05 19:38:34 +02:00

8 lines
No EOL
112 B
YAML

version: '3'
services:
landingpage:
build: .
command: node app.js
ports:
- "8080:8080"