Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -26,8 +26,8 @@ WORKDIR $HOME/app
|
|
| 26 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 27 |
COPY --chown=user . $HOME/app
|
| 28 |
|
| 29 |
-
# cgjs
|
| 30 |
-
RUN chmod
|
| 31 |
|
| 32 |
|
| 33 |
CMD ["./run.sh"]
|
|
|
|
| 26 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 27 |
COPY --chown=user . $HOME/app
|
| 28 |
|
| 29 |
+
# cgjs, u+x
|
| 30 |
+
RUN chmod 777 $HOME/app/run.sh
|
| 31 |
|
| 32 |
|
| 33 |
CMD ["./run.sh"]
|