From d3096bb9cf71b8011f022dbfeaafb2ad2b9681e7 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Wed, 25 Feb 2026 01:00:48 -0500 Subject: [PATCH] forgor workdir but also wtf --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 947e377..5330cc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,4 +26,6 @@ COPY --from=build /mnt /mnt RUN export folder=$(ls /mnt/dist-newstyle/build/x86_64-linux) && mv /mnt/dist-newstyle/build/x86_64-linux/"$folder"/psb-0.2.0.0/x/psb/build/psb/psb /mnt/psb +WORKDIR /github/workspace + ENTRYPOINT ["/mnt/psb", "build"]