mirror of
https://github.com/Luzifer/twitch-manager.git
synced 2024-12-21 04:11:17 +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>"
|
LABEL maintainer "Knut Ahlers <knut@ahlers.me>"
|
||||||
|
|
||||||
|
ENV ASSET_DIR=/data/public \
|
||||||
|
STORE_FILE=/data/store.json.gz
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apk --no-cache add \
|
&& apk --no-cache add \
|
||||||
ca-certificates
|
ca-certificates
|
||||||
|
|
Loading…
Reference in a new issue