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