Commit Graph

13 Commits

Author SHA1 Message Date
SillyLossy
e7cbeba87d Fix group chats in docker #350 2023-05-20 18:54:33 +03:00
Grzegorz Gidel
ebe1ee20d1 Concise Dockerfile and entrypoint 2023-05-03 00:59:48 +02:00
Grzegorz Gidel
7159f946f2 Allow the app to run in Docker without a volume 2023-05-03 00:59:48 +02:00
Grzegorz Gidel
42e84643cf Remove npm cache in Docker to save >40 MB on image size 2023-04-28 05:02:11 +02:00
Grzegorz Gidel
b3b1e42755 Add .git to .dockerignore to save >100 MB on image size 2023-04-28 03:55:52 +02:00
Grzegorz Gidel
e58da51518 Fix the warning about empty continuation lines in Dockerfile 2023-04-27 01:36:38 +02:00
Grzegorz Gidel
46617fc2f5 Fix WebP character import in Docker (dwebp does not like musl) 2023-04-27 01:00:10 +02:00
Grzegorz Gidel
70b8599e03 Allow graceful shutdown in Docker 2023-04-19 04:47:54 +02:00
Mindus
50589d51da [Docker] Fix
- changed relative paths of symlinks to absolute paths.
2023-01-30 21:44:38 +01:00
Mindus
52ee6eaa1d [Docker] Fix
- changed seperate vol. for characters, chats, ... to single config vol.
- settings.json is now persistent
Fixes #1
2023-01-30 13:11:41 +01:00
Mindus
1bf922d395 Fix
- Automatic change of windows line endings when building docker image
- Creating characters, chats, avatars folders before adding defaults
2023-01-28 13:19:02 +01:00
Mindus
a8ea6d621c Fix for Dockerfile
- Added changing permission for entrypoint script.
- Changed moving of default characters, chats and user avatars.
2023-01-25 20:58:51 +01:00
Mindus
2192308e08 Add Dockerfile for easy hosting TavernAI-GUI on multiple platforms.
Implements #18
2023-01-25 20:25:10 +01:00