jarvisx17 commited on
Commit
d525f33
·
verified ·
1 Parent(s): 5062738

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ ENV POSTGRES_USER='myuser'
7
  ENV POSTGRES_PASSWORD='mypassword'
8
 
9
  # Copy the custom PostgreSQL configuration file
10
- COPY postgresql.conf /etc/postgresql/postgresql.conf
11
 
12
  # Copy initialization scripts to the Docker container
13
  COPY init.sql /docker-entrypoint-initdb.d/
 
7
  ENV POSTGRES_PASSWORD='mypassword'
8
 
9
  # Copy the custom PostgreSQL configuration file
10
+ COPY postgresql.conf ./postgresql.conf
11
 
12
  # Copy initialization scripts to the Docker container
13
  COPY init.sql /docker-entrypoint-initdb.d/