bugfix: Docker filename and supervisorctl fix

This commit is contained in:
jamesread 2024-09-10 09:28:13 +01:00
parent f6daecacd4
commit 3b72e01377
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
docker rmi localhost/postiz || true
docker build --target dist -t localhost/postiz -f Dockerfile .
docker build --target devcontainer -t localhost/postiz-devcontainer -f Dockerfile .
docker build --target dist -t localhost/postiz -f Dockerfile.dev .
docker build --target devcontainer -t localhost/postiz-devcontainer -f Dockerfile.dev .

View File

@ -8,3 +8,9 @@ file=/run/supervisord.sock
[include]
files = /etc/supervisor.d/*.conf
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
[supervisorctl]
serverurl=unix:///run/supervisord.sock