Mdean77 commited on
Commit
8c92d0d
·
1 Parent(s): 722a5e9
Files changed (1) hide show
  1. 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 +x entrypoint.sh
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