fix: change dockerfile path
This commit is contained in:
parent
312b5c324d
commit
fcc8c9e48d
@ -37,7 +37,8 @@ services:
|
|||||||
- ./config:/usr/src/app/config:ro
|
- ./config:/usr/src/app/config:ro
|
||||||
- fluxer_data:/usr/src/app/data
|
- fluxer_data:/usr/src/app/data
|
||||||
build:
|
build:
|
||||||
context: ./fluxer_server
|
context: .
|
||||||
|
dockerfile: fluxer_server/Dockerfile
|
||||||
args:
|
args:
|
||||||
FLUXER_BUILD_CONFIG: |
|
FLUXER_BUILD_CONFIG: |
|
||||||
{ "domain": { "base_domain": "${FLUXER_BASE_DOMAIN}", "static_cdn_domain": "fluxerstatic.com", "public_scheme": "https", "public_port": 443 } }
|
{ "domain": { "base_domain": "${FLUXER_BASE_DOMAIN}", "static_cdn_domain": "fluxerstatic.com", "public_scheme": "https", "public_port": 443 } }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user