#Blueprint in Docker can't run entrypoint

1 messages · Page 1 of 1 (latest)

rancid surge
#
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
#

Looking through the Dockerfile I don't even see anything referencing that..

#

Nevermind fixed it