fix: fix supervisord, add container entrypoint

This commit is contained in:
2024-08-04 12:38:52 +02:00
parent 012f6392a7
commit 2f6f9393e9
4 changed files with 8 additions and 5 deletions

View File

@@ -64,4 +64,5 @@ RUN ln -s /usr/local/bin/pg-bkup /usr/local/bin/bkup
ADD docker/supervisord.conf /etc/supervisor/supervisord.conf
WORKDIR $WORKDIR
WORKDIR $WORKDIR
ENTRYPOINT ["/usr/local/bin/pg-bkup"]