From 1e5c8fd21cebbc45b41492dbadab8ee1d7cd5c7e Mon Sep 17 00:00:00 2001 From: Zephrynis Date: Tue, 15 Apr 2025 20:23:19 +0100 Subject: [PATCH] Fix: make gh 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