mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
aquatic_ws.Dockerfile: use multiline ENV instruction
This commit is contained in:
parent
b79636730c
commit
38e74bfc20
1 changed files with 5 additions and 1 deletions
|
|
@ -25,7 +25,11 @@ RUN . ./scripts/env-native-cpu-without-avx-512 && cargo build --release -p aquat
|
||||||
|
|
||||||
FROM debian:stable-slim
|
FROM debian:stable-slim
|
||||||
|
|
||||||
ENV CONFIG_FILE_CONTENTS "log_level = 'warn'\n\n[network]\nenable_http_health_checks = true"
|
ENV CONFIG_FILE_CONTENTS "\
|
||||||
|
log_level = 'info'\n\
|
||||||
|
[network]\n\
|
||||||
|
enable_http_health_checks = true\n\
|
||||||
|
"
|
||||||
ENV ACCESS_LIST_CONTENTS ""
|
ENV ACCESS_LIST_CONTENTS ""
|
||||||
|
|
||||||
WORKDIR /root/
|
WORKDIR /root/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue