Spaces:
Sleeping
Sleeping
OnlyBiggg
commited on
Commit
·
48fe02f
1
Parent(s):
b1c359a
fix docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ COPY . .
|
|
| 8 |
|
| 9 |
RUN mkdir -p /app/log /app/static/upload && chown -R appuser:appuser /app/log && chmod -R 755 /app/log /app/static/upload
|
| 10 |
|
| 11 |
-
RUN pip install --
|
| 12 |
|
| 13 |
USER appuser
|
| 14 |
|
|
|
|
| 8 |
|
| 9 |
RUN mkdir -p /app/log /app/static/upload && chown -R appuser:appuser /app/log && chmod -R 755 /app/log /app/static/upload
|
| 10 |
|
| 11 |
+
RUN pip install --upgrade -r requirements.txt
|
| 12 |
|
| 13 |
USER appuser
|
| 14 |
|