|
@@ -9,7 +9,7 @@ services:
|
|
command: ash -c "npm i && node index.js"
|
|
command: ash -c "npm i && node index.js"
|
|
nginx:
|
|
nginx:
|
|
build:
|
|
build:
|
|
- context: ./
|
|
|
|
|
|
+ context: ./docker/
|
|
dockerfile: nginx-with-openssl.Dockerfile
|
|
dockerfile: nginx-with-openssl.Dockerfile
|
|
image: "nginx-with-openssl"
|
|
image: "nginx-with-openssl"
|
|
volumes:
|
|
volumes:
|