bpandey23 commited on
Commit
470ea7a
·
verified ·
1 Parent(s): 2d6a7aa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ WORKDIR postgres
25
  RUN pwd
26
 
27
  # Install Python dependencies
28
- RUN cd postgres && pip install -r requirements.txt
29
 
30
  # Expose ports
31
  EXPOSE 8501
 
25
  RUN pwd
26
 
27
  # Install Python dependencies
28
+ RUN pip3 install -r requirements.txt
29
 
30
  # Expose ports
31
  EXPOSE 8501