Blueprint in Docker can't run entrypoint

pterodactyl-panel-1 | /bin/ash: can't open '.github/docker/entrypoint.sh': No such file or directory
pterodactyl-panel-1 | /bin/ash: can't open '.github/docker/entrypoint.sh': No such file or directory
pterodactyl-panel-1 | /bin/ash: can't open '.github/docker/entrypoint.sh': No such file or directory
pterodactyl-panel-1 | /bin/ash: can't open '.github/docker/entrypoint.sh': No such file or directory
Relevant compose:
panel:
image: ghcr.io/blueprintframework/blueprint:v1.11.7
restart: always
ports: []
links:
- database
- cache
volumes:
- /mnt/pool-01/configs/pterodactyl-panel/var/:/app/var/
- /mnt/pool-01/configs/pterodactyl-panel/nginx/:/etc/nginx/http.d/
- /mnt/pool-01/configs/pterodactyl-panel/logs/:/app/storage/logs
- /mnt/pool-01/configs/pterodactyl-panel/blueprint-extensions:/blueprint_extensions
- /mnt/pool-01/configs/pterodactyl-panel/app:/app
environment:
PUID: 1050
PGID: 1050
<<:
- *a2
networks:
- caddy
- shitptero
labels:
caddy: REDACTED
caddy.reverse_proxy: "{{upstreams http 80}}"
caddy.import: securityHeaders
panel:
image: ghcr.io/blueprintframework/blueprint:v1.11.7
restart: always
ports: []
links:
- database
- cache
volumes:
- /mnt/pool-01/configs/pterodactyl-panel/var/:/app/var/
- /mnt/pool-01/configs/pterodactyl-panel/nginx/:/etc/nginx/http.d/
- /mnt/pool-01/configs/pterodactyl-panel/logs/:/app/storage/logs
- /mnt/pool-01/configs/pterodactyl-panel/blueprint-extensions:/blueprint_extensions
- /mnt/pool-01/configs/pterodactyl-panel/app:/app
environment:
PUID: 1050
PGID: 1050
<<:
- *a2
networks:
- caddy
- shitptero
labels:
caddy: REDACTED
caddy.reverse_proxy: "{{upstreams http 80}}"
caddy.import: securityHeaders
1 Reply
Element
ElementOP12mo ago
Looking through the Dockerfile I don't even see anything referencing that.. Nevermind fixed it Seems it doesn't like me mounting /app which is what the example compose file does

Did you find this page helpful?