rahulreshma commited on
Commit
adf7597
·
verified ·
1 Parent(s): 8d18788

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -12,5 +12,7 @@ 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 python3 -m venv test
16
+ RUN ls -l test
17
  RUN pip install -r requirements.txt
18
  CMD ["./start.sh"]