Spaces:
Sleeping
Sleeping
ezequiellopez
commited on
Commit
·
faf0526
1
Parent(s):
5dcac49
fixing dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -30,7 +30,7 @@ COPY --chown=user:user .env .
|
|
30 |
|
31 |
### Update permissions for the app
|
32 |
USER root
|
33 |
-
RUN chmod 777 app
|
34 |
USER user
|
35 |
|
36 |
# Expose port 7860 for the application
|
|
|
30 |
|
31 |
### Update permissions for the app
|
32 |
USER root
|
33 |
+
RUN chmod 777 ./app
|
34 |
USER user
|
35 |
|
36 |
# Expose port 7860 for the application
|