Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -32,9 +32,9 @@ RUN apt-get -qqy update \
|
|
| 32 |
|
| 33 |
|
| 34 |
# RUN chown "${SEL_UID}:${SEL_GID}" $HOME/.local
|
| 35 |
-
RUN chmod -R 777 /app
|
| 36 |
|
| 37 |
WORKDIR /app
|
|
|
|
| 38 |
|
| 39 |
|
| 40 |
COPY requirements.txt /app
|
|
|
|
| 32 |
|
| 33 |
|
| 34 |
# RUN chown "${SEL_UID}:${SEL_GID}" $HOME/.local
|
|
|
|
| 35 |
|
| 36 |
WORKDIR /app
|
| 37 |
+
RUN chmod -R 777 /app
|
| 38 |
|
| 39 |
|
| 40 |
COPY requirements.txt /app
|