Skip to content

Commit

Permalink
copy static sample files in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsinhaparseable committed Nov 28, 2024
1 parent 3dd640b commit d1e1e83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ FROM docker.io/debian:bookworm-slim
WORKDIR /parseable

COPY --from=builder /parseable/target/debug/parseable /usr/bin/parseable
COPY --from=builder /parseable/src/event/known-formats /parseable/src/event/known-formats

CMD ["/usr/bin/parseable"]
1 change: 1 addition & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ WORKDIR /parseable

# Copy the static shell into base image.
COPY --from=builder /parseable/target/release/parseable /usr/bin/parseable
COPY --from=builder /parseable/src/event/known-formats /parseable/src/event/known-formats

CMD ["/usr/bin/parseable"]

0 comments on commit d1e1e83

Please sign in to comment.