Docker: Update Alpine version

1ee3081b5d615574fb3efcb87b1eb0915b164596

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +3 -3Ignore whitespace
Dockerfile+3 -3
@@ -1,4 +1,4 @@
11FROM node:lts-alpine3.1921
22
33# Arguments
44ARG APP_HOME=/home/node/app
@@ -19,7 +19,7 @@ RUN \
1919 echo "*** Install npm packages ***" && \
2020 npm i --no-audit --no-fund --loglevel=error --no-progress --omit=dev && npm cache clean --force
2121
22-# Copy default chats, characters and user avatars to <folder>.default folder
22+# Create config directory and link config.yaml
2323RUN \
2424 rm -f "config.yaml" || true && \
2525 ln -s "./config/config.yaml" "config.yaml" || true && \
@@ -30,7 +30,7 @@ RUN \
3030 echo "*** Run Webpack ***" && \
3131 node "./docker/build-lib.js"
3232
3333# CleanupSet unnecessarythe filesentrypoint script
3434RUN \
3535 echo "*** Cleanup ***" && \
3636 mv "./docker/docker-entrypoint.sh" "./" && \