Update the run targets for the Makefiles for the docker containers.

This was previously using the standard docker makefile I use as a starting point for all of my docker makefiles. Now it will properly mount the source directory.
This commit is contained in:
Tom Alexander
2023-08-27 17:29:55 -04:00
parent cc86591a6c
commit 378b6bb391
8 changed files with 13 additions and 53 deletions

View File

@@ -30,3 +30,5 @@ RUN apk add --no-cache musl-dev ncurses gnutls
RUN cargo install --locked --no-default-features --features ci-autoclean cargo-cache
COPY --from=build-emacs /root/dist/ /
COPY --from=build-org-mode /root/dist/ /
ENTRYPOINT ["cargo", "test"]