bpandey23 commited on
Commit
00a53d1
·
verified ·
1 Parent(s): 048e3aa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- run pwd
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