feat: adding TEST_MODE.

This commit is contained in:
Robert Wlodarczyk
2023-03-04 18:31:55 -08:00
parent 035cd4a906
commit 022399e16a
2 changed files with 40 additions and 14 deletions

View File

@ -19,6 +19,7 @@ RUN apk update && \
apk upgrade && \
apk add --no-cache \
bash \
coreutils \
curl \
gettext \
jq \