escaped every parameter in all scripts

This commit is contained in:
Mustapha Zorgati
2021-02-23 13:47:27 +01:00
parent 1b437bcbb3
commit c0897eebb7
7 changed files with 40 additions and 40 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"]