mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 13:40:27 +02:00
feat: Update environment configuration for Docker to include temporary directory settings
This commit is contained in:
+3
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user