JacobLinCool commited on
Commit
9e76be9
1 Parent(s): ecd3224

build: change executable cmd

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,4 +25,4 @@ RUN python -m unidic download
25
  COPY --chown=user:user . .
26
  RUN python build.py
27
 
28
- CMD ["python", "app.py"]
 
25
  COPY --chown=user:user . .
26
  RUN python build.py
27
 
28
+ CMD ["bash", "-c", "python --version && python app.py"]