1 Commits
v1.0.0 ... dev

Author SHA1 Message Date
0dbfb9b03f Fix: made workspace copy dir relative 2025-04-15 20:22:21 +01:00

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