mirror of
https://github.com/blueprint-community/action-export.git
synced 2026-02-18 20:01:55 +00:00
Fix: make gh workspace copy dir relative
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user