Update Dockerfile
Browse files- 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
|
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/
|