mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
try resolve build context path not present even though not building during release
This commit is contained in:
parent
45bc3cc47a
commit
f5036672d6
1 changed files with 5 additions and 1 deletions
|
|
@ -6,4 +6,8 @@ services:
|
|||
- "443:443"
|
||||
volumes:
|
||||
- ./ops/nginx/conf.d:/etc/nginx/conf.d:ro
|
||||
- ~/cert:/etc/nginx/cert:ro
|
||||
- ~/cert:/etc/nginx/cert:ro
|
||||
|
||||
web:
|
||||
build:
|
||||
context: .
|
||||
|
|
|
|||
Loading…
Reference in a new issue