Fix the calls directory bug

This commit is contained in:
Logan Cusano
2025-12-29 22:47:18 -05:00
parent 3b98e3a72a
commit a7de6bfb04
2 changed files with 6 additions and 3 deletions

View File

@@ -34,6 +34,9 @@ EXPOSE 8001 8081
# Create and set up the configuration directory
VOLUME ["/configs"]
# Create the calls local cache directory
VOLUME ["/calls"]
# Set the working directory in the container
WORKDIR /app