Initial Commit
Add docker-based dev-environment
This commit is contained in:
9
prod.docker-compose.yml
Normal file
9
prod.docker-compose.yml
Normal file
@ -0,0 +1,9 @@
|
||||
version: '2.0'
|
||||
services:
|
||||
http-warn:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: http-warn
|
||||
ports:
|
||||
- "80:80"
|
||||
Reference in New Issue
Block a user