This commit is contained in:
hailin 2025-05-15 18:39:21 +08:00
parent bce8fe187d
commit 2d65d71673
1 changed files with 4 additions and 1 deletions

View File

@ -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"]