diff --git a/docker-compose.yml b/docker-compose.yml index 34286f7..1782926 100644 --- a/docker-compose.yml +++ b/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: