add docker-compose recipe

This commit is contained in:
Christophe Siraut
2021-03-26 15:46:48 +01:00
parent c425371854
commit b063c6438a
5 changed files with 58 additions and 6 deletions

6
docker-compose.yml Normal file
View File

@@ -0,0 +1,6 @@
version: '3.3'
services:
citizen:
build: .
ports:
- "8080:80"