Merge pull request #226 from gitroomhq/ci-docker-fix-filename

ci: docker fix filename
This commit is contained in:
James Read 2024-09-10 09:31:20 +01:00 committed by GitHub
commit 89eae97a84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 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 .

0
var/docker/docker-create.sh Normal file → Executable file
View File

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