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