commit def2afcd8e136b27f6a467dc52ff7979b36e82ce
parent cf621addd9dddd8986d21f94f0a96cab450799f6
Author: Paul Szymanski <519954+PaulSzymanski@users.noreply.github.com>
Date: Tue, 14 Jul 2020 22:41:30 +0200
Fix docker-compose
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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: