Update Serai node Dockerfile

This commit is contained in:
Luke Parker
2023-07-26 03:45:30 -04:00
parent 39eae2795f
commit 89865b549c
3 changed files with 8 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ LABEL description="STAGE 2: Copy and Run"
WORKDIR /home/serai
# Copy the Message Queue binary and relevant license
COPY --from=builder /serai/bin/* /bin/
COPY --from=builder /serai/bin/serai-message-queue /bin/
COPY --from=builder /serai/AGPL-3.0 .
# Upgrade packages