rahulreshma commited on
Commit
b8132d3
·
verified ·
1 Parent(s): b277e3a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,5 +12,5 @@ COPY . /app
12
  RUN echo $(pwd)
13
  RUN ls -l
14
  RUN chmod +x start.sh
15
- RUN pip install -r requirements.txt
16
  CMD ["./start.sh"]
 
12
  RUN echo $(pwd)
13
  RUN ls -l
14
  RUN chmod +x start.sh
15
+ RUN pip3 install -r requirements.txt
16
  CMD ["./start.sh"]