Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +5 -5
Dockerfile
CHANGED
|
@@ -51,11 +51,11 @@ ENV HOME=/home/user \
|
|
| 51 |
|
| 52 |
RUN pip3 install --no-cache-dir --upgrade -r /home/user/app/requirements.txt
|
| 53 |
|
| 54 |
-
RUN whoami && \
|
| 55 |
-
echo "Permissions for ./app:" && \
|
| 56 |
-
ls -la ./app && \
|
| 57 |
-
echo "Permissions for ./:" && \
|
| 58 |
-
ls -la ./
|
| 59 |
|
| 60 |
CMD ["cd /home/user/app"]
|
| 61 |
# Command to run the application
|
|
|
|
| 51 |
|
| 52 |
RUN pip3 install --no-cache-dir --upgrade -r /home/user/app/requirements.txt
|
| 53 |
|
| 54 |
+
#RUN whoami && \
|
| 55 |
+
# echo "Permissions for ./app:" && \
|
| 56 |
+
# ls -la ./app && \
|
| 57 |
+
# echo "Permissions for ./:" && \
|
| 58 |
+
# ls -la ./
|
| 59 |
|
| 60 |
CMD ["cd /home/user/app"]
|
| 61 |
# Command to run the application
|