Fix docker-compose

This commit is contained in:
Paul Szymanski 2020-07-14 22:41:30 +02:00
parent cf621addd9
commit def2afcd8e

View file

@ -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: