feat: Update environment configuration for Docker to include temporary directory settings

This commit is contained in:
JB
2025-10-06 14:42:54 -07:00
parent 26e0e764db
commit 153d5ba92c
4 changed files with 15 additions and 4 deletions
+3 -2
View File
@@ -44,8 +44,9 @@ EXPOSE 8808
VOLUME ["/data"]
ENV ABOGEN_UPLOAD_ROOT=/data/uploads \
ABOGEN_OUTPUT_ROOT=/data/outputs
ABOGEN_OUTPUT_ROOT=/data/outputs \
ABOGEN_TEMP_DIR=/data/cache
RUN mkdir -p /data/uploads /data/outputs
RUN mkdir -p /data/uploads /data/outputs /data/cache
CMD ["abogen"]