Spaces:
Sleeping
Sleeping
Commit
·
00089d1
1
Parent(s):
5652215
fix: remove commands from dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -39,9 +39,6 @@ RUN make install # may need sudo
|
|
39 |
WORKDIR $HOME
|
40 |
COPY ./ $HOME
|
41 |
|
42 |
-
COPY ./docker-entrypoint-initdb.d/postgresql.conf /var/lib/postgresql/data/postgresql.conf
|
43 |
-
COPY ./docker-entrypoint-initdb.d/pg_hba.conf X
|
44 |
-
|
45 |
COPY "execution.sh" "/usr/local/bin/"
|
46 |
|
47 |
COPY ./docker-entrypoint-initdb.d/ /docker-entrypoint-initdb.d/
|
|
|
39 |
WORKDIR $HOME
|
40 |
COPY ./ $HOME
|
41 |
|
|
|
|
|
|
|
42 |
COPY "execution.sh" "/usr/local/bin/"
|
43 |
|
44 |
COPY ./docker-entrypoint-initdb.d/ /docker-entrypoint-initdb.d/
|