From 56332f43badffe7a8c242194fbfc78cd5571c17f Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 13 Dec 2023 12:45:54 +0100 Subject: [PATCH] ci: improve s3 build step --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index af3504ed63..600be70298 100644 --- a/Dockerfile +++ b/Dockerfile @@ -200,7 +200,7 @@ ENV TZ=Etc/UTC RUN /usr/local/bin/python3 -m pip install pip-tools -COPY --from=frontend /frontend/build /static_frontend +COPY --from=builder /frontend/build /static_frontend COPY --from=builder /windmill/target/release/windmill ${APP}/windmill