mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-23 07:51:18 +01:00
Add git to Dockerfile
This commit is contained in:
parent
b6243cdbe1
commit
b2dc4c6c1b
@ -4,7 +4,7 @@ FROM node:19.1.0-alpine3.16
|
||||
ARG APP_HOME=/home/node/app
|
||||
|
||||
# Install system dependencies
|
||||
RUN apk add gcompat tini
|
||||
RUN apk add gcompat tini git
|
||||
|
||||
# Ensure proper handling of kernel signals
|
||||
ENTRYPOINT [ "tini", "--" ]
|
||||
|
Loading…
Reference in New Issue
Block a user