feat: escaped every variable properly

This commit is contained in:
Mustapha Zorgati
2021-02-23 22:27:19 +01:00
parent b902187e73
commit 3016777872
5 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ LABEL "repository"="https://github.com/ttionya/BitwardenRS-Backup" \
COPY scripts/*.sh /app/
RUN chmod +x /app/*.sh \
&& apk add --no-cache sqlite zip heirloom-mailx tzdata
&& apk add --no-cache bash sqlite zip heirloom-mailx tzdata
ENTRYPOINT ["/app/entrypoint.sh"]