Commit 00580901745dee9c90e6bbc30d1c28dbdf6cfc9f

Authored by Antoine Goutenoir
1 parent 6fe3b8c3
Exists in master

Add a basic, ugly, unadulterated docker compose file.

Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
docker-compose.yml 0 → 100644
@@ -0,0 +1,8 @@ @@ -0,0 +1,8 @@
  1 +version: '2'
  2 +services:
  3 + web:
  4 + build: .
  5 + ports:
  6 + - "5000:5000"
  7 + volumes:
  8 + - .:/app
0 \ No newline at end of file 9 \ No newline at end of file