Skip to content

Commit

Permalink
Fix docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSzymanski committed Jul 14, 2020
1 parent cf621ad commit def2afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -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:
Expand Down

0 comments on commit def2afc

Please sign in to comment.