baxin commited on
Commit
4ed8647
1 Parent(s): c46b210

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,4 +1,5 @@
1
  # Use the base image from kojikno/ot-robot-server
 
2
  FROM kojikno/ot-robot-server:v1.2
3
 
4
 
@@ -70,7 +71,7 @@ COPY --chown=user . $HOME/app
70
  USER root
71
  RUN pip install -r requirements.txt
72
 
73
- USER user
74
  COPY --chown=user . $HOME/app
75
  # CMD ["python", "main.py"]
76
  ENTRYPOINT ["/bin/bash", "-c", "./entrypoint.sh"]
 
1
  # Use the base image from kojikno/ot-robot-server
2
+
3
  FROM kojikno/ot-robot-server:v1.2
4
 
5
 
 
71
  USER root
72
  RUN pip install -r requirements.txt
73
 
74
+ #USER user
75
  COPY --chown=user . $HOME/app
76
  # CMD ["python", "main.py"]
77
  ENTRYPOINT ["/bin/bash", "-c", "./entrypoint.sh"]