Fix: make gh workspace copy dir relative

This commit is contained in:
2025-04-15 20:23:19 +01:00
parent 6b57cb2f45
commit 1e5c8fd21c

View File

@@ -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