瀏覽代碼

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: