소스 검색

Fix docker-compose

Paul Szymanski 4 년 전
부모
커밋
def2afcd8e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: