Spaces:
Sleeping
Sleeping
ezequiellopez
commited on
Commit
·
48a6d9c
1
Parent(s):
faf0526
fixing dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -28,6 +28,8 @@ RUN pip install --upgrade pip && pip install -r requirements.txt
|
|
28 |
COPY --chown=user:user ./app .
|
29 |
COPY --chown=user:user .env .
|
30 |
|
|
|
|
|
31 |
### Update permissions for the app
|
32 |
USER root
|
33 |
RUN chmod 777 ./app
|
|
|
28 |
COPY --chown=user:user ./app .
|
29 |
COPY --chown=user:user .env .
|
30 |
|
31 |
+
RUN la
|
32 |
+
|
33 |
### Update permissions for the app
|
34 |
USER root
|
35 |
RUN chmod 777 ./app
|