mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 03:59:22 +00:00
Correct message-queue Dockerfile
It worked with my cache yet not without cache.
This commit is contained in:
parent
523a055b74
commit
ffd1457927
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue