Skip to content

Commit

Permalink
Merge branch 'main' into time-range-presets
Browse files Browse the repository at this point in the history
  • Loading branch information
adarsh0728 authored Dec 19, 2024
2 parents 7aa9b69 + f41e6ff commit b573257
Show file tree
Hide file tree
Showing 21 changed files with 731 additions and 682 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ COPY --from=base /bin/numaflow /bin/numaflow
COPY --from=base /bin/numaflow-rs /bin/numaflow-rs
COPY ui/build /ui/build

COPY ./rust/serving/config config

ENTRYPOINT [ "/bin/numaflow" ]

####################################################################################################
Expand All @@ -89,4 +87,4 @@ RUN chmod +x /bin/e2eapi
####################################################################################################
FROM scratch AS e2eapi
COPY --from=testbase /bin/e2eapi .
ENTRYPOINT ["/e2eapi"]
ENTRYPOINT ["/e2eapi"]
Loading

0 comments on commit b573257

Please sign in to comment.