mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add .git to .dockerignore to save >100 MB on image size
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
.git
|
||||
node_modules
|
||||
npm-debug.log
|
||||
readme*
|
||||
|
@@ -40,7 +40,6 @@ RUN \
|
||||
echo "*** Cleanup ***" && \
|
||||
mv "./docker/docker-entrypoint.sh" "./" && \
|
||||
rm -rf "./docker" && \
|
||||
rm -rf "./.git" && \
|
||||
echo "*** Make docker-entrypoint.sh executable ***" && \
|
||||
chmod +x "./docker-entrypoint.sh" && \
|
||||
echo "*** Convert line endings to Unix format ***" && \
|
||||
|
Reference in New Issue
Block a user