This commit is contained in:
hailin 2025-05-15 14:05:31 +08:00
parent 3640511244
commit 7bd7d52e19
1 changed files with 2 additions and 1 deletions

View File

@ -313,7 +313,8 @@ ADD --chmod=0755 \
/usr/local/bin/
RUN mkdir -p /var/run/postgresql && chown postgres:postgres /var/run/postgresql
RUN COPY supervisord.conf ./
COPY supervisord.conf ./
#ENTRYPOINT ["docker-entrypoint.sh"]