baxin commited on
Commit
a4cfbd3
1 Parent(s): 170dee3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -74,4 +74,5 @@ RUN pip install -r requirements.txt
74
  #USER user
75
  COPY --chown=root . $HOME/app
76
  # CMD ["python", "main.py"]
77
- ENTRYPOINT ["/bin/bash", "-c", "./entrypoint.sh"]
 
 
74
  #USER user
75
  COPY --chown=root . $HOME/app
76
  # CMD ["python", "main.py"]
77
+ RUN chmod +x entrypoint.sh
78
+ ENTRYPOINT ["/bin/bash", "-c", "entrypoint.sh"]