wangyoucao577 commited on
Commit
841cfcf
·
1 Parent(s): 748817d

fix: start

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,4 +30,4 @@ RUN pip install --no-cache-dir --upgrade pip
30
  COPY --chown=user .env $HOME/app/
31
  COPY --chown=user entrypoint.sh $HOME/app/
32
 
33
- ENTRYPOINT ["/home/user/app/entrypoint.sh"]
 
30
  COPY --chown=user .env $HOME/app/
31
  COPY --chown=user entrypoint.sh $HOME/app/
32
 
33
+ ENTRYPOINT ["/bin/bash", "-c", "/home/user/app/entrypoint.sh"]