mirror of
https://github.com/Luzifer/twitch-manager.git
synced 2024-11-09 09:50:02 +00:00
Set default env vars for storage
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
fb5f133b47
commit
f2082d4928
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ FROM alpine:latest
|
|||
|
||||
LABEL maintainer "Knut Ahlers <knut@ahlers.me>"
|
||||
|
||||
ENV ASSET_DIR=/data/public \
|
||||
STORE_FILE=/data/store.json.gz
|
||||
|
||||
RUN set -ex \
|
||||
&& apk --no-cache add \
|
||||
ca-certificates
|
||||
|
|
Loading…
Reference in a new issue