diff --git a/Dockerfile b/Dockerfile index 5924c3e..2312bc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,8 @@ FROM ghcr.io/blueprintframework/blueprint:v1.11.10 ENV BASE_DIR=/srv/pterodactyl +RUN ls + COPY ./github/workspace/. /srv/pterodactyl/.blueprint/dev/ RUN blueprint -build