Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -45,6 +45,5 @@ WORKDIR $HOME/app
|
|
45 |
|
46 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
47 |
COPY --chown=$USER . $HOME/app
|
48 |
-
|
49 |
-
|
50 |
CMD ["python3", "app.py"]
|
|
|
45 |
|
46 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
47 |
COPY --chown=$USER . $HOME/app
|
48 |
+
CMD ["chmod", "775", "$HOME/app"]
|
|
|
49 |
CMD ["python3", "app.py"]
|