Correct message-queue Dockerfile

It worked with my cache yet not without cache.
This commit is contained in:
Luke Parker 2023-07-21 15:08:37 -04:00
parent 523a055b74
commit ffd1457927
No known key found for this signature in database

View file

@ -16,6 +16,8 @@ ADD AGPL-3.0 /serai
WORKDIR /serai
RUN apt update && apt install -y clang
# Mount the caches and build
RUN --mount=type=cache,target=/root/.cargo/ \
--mount=type=cache,target=/serai/target \