Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,7 +25,7 @@ WORKDIR postgres
|
|
25 |
RUN pwd
|
26 |
|
27 |
# Install Python dependencies
|
28 |
-
RUN
|
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
|