Spaces:
Sleeping
Sleeping
Commit
·
080c998
1
Parent(s):
54e6328
updated docker
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -12,6 +12,7 @@ COPY requirements.txt ./
|
|
12 |
RUN pip3 install -r requirements.txt
|
13 |
RUN pip3 install gunicorn
|
14 |
|
|
|
15 |
# Expose port that Flask app uses
|
16 |
|
17 |
EXPOSE 7860
|
|
|
12 |
RUN pip3 install -r requirements.txt
|
13 |
RUN pip3 install gunicorn
|
14 |
|
15 |
+
RUN mkdir -p /app/logs && chmod 755 /app/logs
|
16 |
# Expose port that Flask app uses
|
17 |
|
18 |
EXPOSE 7860
|