Fix: made workspace copy dir relative

This commit is contained in:
2025-04-15 20:22:21 +01:00
parent 40ec5b1d1f
commit 0dbfb9b03f

View File

@@ -2,7 +2,7 @@ FROM ghcr.io/blueprintframework/blueprint:v1.11.10
ENV BASE_DIR=/srv/pterodactyl ENV BASE_DIR=/srv/pterodactyl
COPY /github/workspace/. /srv/pterodactyl/.blueprint/dev/ COPY ./github/workspace/. /srv/pterodactyl/.blueprint/dev/
RUN blueprint -build RUN blueprint -build