Kano001 commited on
Commit
39412ff
1 Parent(s): 8c5b58a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -28,4 +28,6 @@ COPY --chown=pn nginx.conf /etc/nginx/sites-available/default
28
 
29
  COPY --chown=pn . .
30
 
 
 
31
  CMD ["bash", "run.sh"]
 
28
 
29
  COPY --chown=pn . .
30
 
31
+ RUN python -m pip install --upgrade pip
32
+
33
  CMD ["bash", "run.sh"]