build(docker/backend): mount on prebuild to relative location [skip ci]
This commit is contained in:
parent
65ec7f0de5
commit
c0ec8d2a9d
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user