mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
udp dockerfile: fix newline env arg issues
This commit is contained in:
parent
cdd9569fd9
commit
24b86107ca
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@ COPY --from=builder /usr/src/aquatic/target/release/aquatic_udp ./
|
|||
# list file contents at runtime
|
||||
COPY <<-"EOT" ./entrypoint.sh
|
||||
#!/bin/bash
|
||||
echo "$CONFIG_FILE_CONTENTS" > ./config.toml
|
||||
echo "$ACCESS_LIST_CONTENTS" > ./access-list.txt
|
||||
echo -e "$CONFIG_FILE_CONTENTS" > ./config.toml
|
||||
echo -e "$ACCESS_LIST_CONTENTS" > ./access-list.txt
|
||||
exec ./aquatic_udp -c ./config.toml "$@"
|
||||
EOT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue