mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
Refactor Dockerfile for multi-stage build
This commit is contained in:
parent
dbd6eab17f
commit
fcbf73dcef
4 changed files with 30 additions and 11 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec agate --content /gmi/ \
|
||||
--hostname ${HOSTNAME} \
|
||||
--lang ${LANG}
|
||||
echo "Using hostname ${HOSTNAME:-localhost}"
|
||||
echo "Using lang ${LANG:-en-US}"
|
||||
|
||||
exec agate --content /gmi/ \
|
||||
--hostname "${HOSTNAME:-localhost}" \
|
||||
--lang "${LANG:-en-US}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue