Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -45,6 +45,4 @@ WORKDIR $HOME/app
|
|
45 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
46 |
COPY --chown=user . $HOME/app
|
47 |
|
48 |
-
|
49 |
-
|
50 |
-
CMD ["sh", "run.sh"]
|
|
|
45 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
46 |
COPY --chown=user . $HOME/app
|
47 |
|
48 |
+
CMD sh -c "chmod -R 777 -c ./run.sh && ./run.sh"
|
|
|
|