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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -12,4 +12,5 @@ COPY . /app
12
  RUN echo $(pwd)
13
  RUN ls -l
14
  RUN chmod +x start.sh
 
15
  CMD ["./start.sh"]
 
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"]