Shreyas094 commited on
Commit
b3c59a8
·
verified ·
1 Parent(s): d538aa9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,6 +3,7 @@ FROM python:3.12.3-slim
3
 
4
  # Create the logs directory with appropriate permissions
5
  RUN mkdir -p /app/logs && chmod -R 777 /app/logs
 
6
 
7
  # Set the working directory in the container
8
  WORKDIR /app
 
3
 
4
  # Create the logs directory with appropriate permissions
5
  RUN mkdir -p /app/logs && chmod -R 777 /app/logs
6
+ RUN mkdir -p /tmp/outputs && chmod -R 777 /tmp/outputs # Create /tmp/outputs
7
 
8
  # Set the working directory in the container
9
  WORKDIR /app