Spaces:
Runtime error
Runtime error
chmod 777
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,7 +25,7 @@ WORKDIR $HOME/app
|
|
25 |
# # Copy the app to the container
|
26 |
COPY --chown=root . $HOME/app
|
27 |
|
28 |
-
RUN chmod
|
29 |
# # Install the dependencies
|
30 |
RUN uv sync --frozen
|
31 |
|
|
|
25 |
# # Copy the app to the container
|
26 |
COPY --chown=root . $HOME/app
|
27 |
|
28 |
+
RUN chmod 777 entrypoint.sh
|
29 |
# # Install the dependencies
|
30 |
RUN uv sync --frozen
|
31 |
|