From 0dbfb9b03ff1d0b4c32f6389fbd7ed17a26d9068 Mon Sep 17 00:00:00 2001 From: Zephrynis Date: Tue, 15 Apr 2025 20:22:21 +0100 Subject: [PATCH] Fix: made workspace copy dir relative --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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