From 901aba9c7f95c1f646d7641cc0417c4da65641c8 Mon Sep 17 00:00:00 2001 From: Joshua Coles Date: Mon, 3 Jun 2024 20:09:26 +0100 Subject: [PATCH] Fix Dockerfile.cache --- Dockerfile.cache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.cache b/Dockerfile.cache index 9bdf7e3..50059d9 100644 --- a/Dockerfile.cache +++ b/Dockerfile.cache @@ -46,7 +46,7 @@ RUN adduser \ USER appuser # Copy the executable from the "build" stage. -COPY --from=builder /build/target/release/monzo-ingestion /bin/ +COPY --from=builder /build/target/release/monzo-ingestion /bin/server # Expose the port that the application listens on. EXPOSE 3000