build(docker/backend): mount on prebuild to relative location [skip ci]

This commit is contained in:
Sarah Vaupel 2025-01-23 17:10:27 +01:00
parent 65ec7f0de5
commit c0ec8d2a9d

View File

@ -46,7 +46,7 @@ RUN stack install yesod-bin
RUN stack install hpack
# pre-build dependencies
RUN --mount=type=bind,source=.,target=${PROJECT_DIR} \
RUN --mount=type=bind,source=.,target=. \
make -- --dependencies-backend STACK_ROOT=${STACK_ROOT} IN_CONTAINER=true JOB=${JOB}
# copy source files