mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-04-14 02:42:08 +02:00
Merge pull request #3540 from PeterDaveHello/patch-1
Optimize Dockerfile to use `apk add` with `--no-cache`
This commit is contained in:
commit
919df98c6e
@ -4,7 +4,7 @@ FROM node:lts-alpine3.19
|
|||||||
ARG APP_HOME=/home/node/app
|
ARG APP_HOME=/home/node/app
|
||||||
|
|
||||||
# Install system dependencies
|
# Install system dependencies
|
||||||
RUN apk add gcompat tini git
|
RUN apk add --no-cache gcompat tini git
|
||||||
|
|
||||||
# Create app directory
|
# Create app directory
|
||||||
WORKDIR ${APP_HOME}
|
WORKDIR ${APP_HOME}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user