mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 07:05:05 -04:00
Fix docker-compose
This commit is contained in:
parent
cf621addd9
commit
def2afcd8e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue