This commit is contained in:
parent
bce8fe187d
commit
2d65d71673
|
|
@ -314,7 +314,7 @@ ADD --chmod=0755 \
|
|||
|
||||
RUN mkdir -p /var/run/postgresql && chown postgres:postgres /var/run/postgresql
|
||||
|
||||
COPY supervisord.conf ./
|
||||
COPY supervisord.conf ./etc/
|
||||
|
||||
#ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
||||
|
|
@ -485,3 +485,6 @@ RUN curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/
|
|||
|
||||
ENV PATH="${PATH}:/nix/var/nix/profiles/default/bin"
|
||||
|
||||
ENTRYPOINT ["/usr/bin/supervisord"]
|
||||
|
||||
CMD ["-c", "/etc/supervisord.conf"]
|
||||
Loading…
Reference in New Issue