JeanMoulo commited on
Commit
273d70c
1 Parent(s): 4ff0737

try to fix file writing rights 5

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,4 +4,4 @@ RUN mkdir /runtime
4
  RUN chmod 777 /runtime
5
  USER user
6
  WORKDIR /runtime
7
- ENTRYPOINT ["/bin/python3", "/src/demo.py"]
 
4
  RUN chmod 777 /runtime
5
  USER user
6
  WORKDIR /runtime
7
+ ENTRYPOINT ["python3", "/src/demo.py"]