Files
http-warn/prod.docker-compose.yml
Joakim Hulthe 142e11729a Initial Commit
Add docker-based dev-environment
2018-01-25 20:40:29 +01:00

10 lines
143 B
YAML

version: '2.0'
services:
http-warn:
build:
context: .
dockerfile: Dockerfile
image: http-warn
ports:
- "80:80"