Explorar el Código

Fix docker-compose

Paul Szymanski hace 4 años
padre
commit
def2afcd8e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -9,7 +9,7 @@ services:
     command: ash -c "npm i && node index.js"
   nginx:
     build:
-      context: ./
+      context: ./docker/
       dockerfile: nginx-with-openssl.Dockerfile
     image: "nginx-with-openssl"
     volumes: