mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
Adding CMD to postgres dockerfile.
This commit is contained in:
parent
c85792ccab
commit
73af4f6541
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
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
CMD ["postgres", "-c", "config_file=/etc/postgresql/postgresql.conf"]
|
||||
|
|
Loading…
Add table
Reference in a new issue