8000 chore: set default command · michelp/postgres@f2d0c89 · GitHub
[go: up one dir, main page]

Skip to content

Commit f2d0c89

Browse files
soedirgodarora
authored andcommitted
chore: set default command
1 parent eb545f2 commit f2d0c89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ RUN apt update && \
1818

1919
ENV LANGUAGE=en_US.UTF-8
2020
ENV LANG=en_US.UTF-8
21-
ENV LC_ALL=en_US.UTF-8
21+
ENV LC_ALL=en_US.UTF-8
22+
23+
CMD ["postgres", "-c", "config_file=/etc/postgresql/postgresql.conf"]

0 commit comments

Comments
 (0)
0