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