Guilhem Saurel 7 years ago
parent
commit
7fbeecc283
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontal/docker-compose.yml

+ 1 - 1
frontal/docker-compose.yml

@@ -2,6 +2,6 @@ version: '2'
 
 services:
   app:
-    build .
+    build: .
     ports:
       - "127.0.0.1:8999:80"