Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -19,8 +19,9 @@ FROM ubuntu:22.04
|
|
19 |
|
20 |
# # Install PostgreSQL 16 client
|
21 |
# RUN apt-get update && apt-get install -y postgresql-client-16
|
|
|
22 |
|
23 |
-
|
24 |
|
25 |
# Install Python dependencies
|
26 |
# RUN cd postgres && pip install -r requirements.txt
|
|
|
19 |
|
20 |
# # Install PostgreSQL 16 client
|
21 |
# RUN apt-get update && apt-get install -y postgresql-client-16
|
22 |
+
WORKDIR postgres
|
23 |
|
24 |
+
RUN pwd
|
25 |
|
26 |
# Install Python dependencies
|
27 |
# RUN cd postgres && pip install -r requirements.txt
|