fix: Improve password hasher and env loader (#6)

This commit is contained in:
Shahrad Elahi
2024-04-26 23:16:07 +03:30
committed by GitHub
parent ec152ca3a2
commit 4820cfd764
5 changed files with 10 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ RUN apk add -U --no-cache \
wireguard-tools \
tor &&\
# NPM packages
npm install -g @litehex/node-checksum &&\
npm install -g @litehex/node-checksum@0.2 &&\
# Clear APK cache
rm -rf /var/cache/apk/*