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"]