mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Adding CMD to postgres dockerfile.
This commit is contained in:
parent
2690acdf63
commit
3b3e8969a5
1 changed files with 0 additions and 3 deletions
|
@ -2,7 +2,4 @@ FROM postgres:13
|
||||||
|
|
||||||
RUN apt update && apt install -y openssh-client rsync
|
RUN apt update && apt install -y openssh-client rsync
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
|
||||||
|
|
||||||
CMD ["postgres", "-c", "config_file=/etc/postgresql/postgresql.conf"]
|
CMD ["postgres", "-c", "config_file=/etc/postgresql/postgresql.conf"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue