mirror of
https://github.com/blueprint-community/action-export.git
synced 2026-02-18 20:01:55 +00:00
8 lines
175 B
Docker
8 lines
175 B
Docker
FROM ghcr.io/blueprintframework/blueprint:v1.11.10
|
|
|
|
ENV BASE_DIR=/srv/pterodactyl
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
RUN chmod +x /entrypoint.sh
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"] |