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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -20,6 +20,8 @@ RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-k
20
  # Install PostgreSQL 16 client
21
  RUN apt-get update && apt-get install -y postgresql-client-16
22
 
 
 
23
  WORKDIR postgres
24
 
25
  RUN pwd
 
20
  # Install PostgreSQL 16 client
21
  RUN apt-get update && apt-get install -y postgresql-client-16
22
 
23
+ COPY ./ /postgres/
24
+
25
  WORKDIR postgres
26
 
27
  RUN pwd