ohmyapi commited on
Commit
f31dea7
·
verified ·
1 Parent(s): 64d5006

fix: use ENTRYPOINT with explicit /bin/sh

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ RUN chmod +x /app/cleanup_tokens.sh /app/entrypoint.sh
18
  ENV TZ=Asia/Shanghai
19
  EXPOSE 7860
20
 
21
- CMD ["/app/entrypoint.sh"]
 
18
  ENV TZ=Asia/Shanghai
19
  EXPOSE 7860
20
 
21
+ ENTRYPOINT ["/bin/sh", "/app/entrypoint.sh"]