Skip to content

Commit

Permalink
ops: test out subtrace tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker committed Nov 12, 2024
1 parent f75c87a commit 00acc38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/Dockerfile.server
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN apt-get update -y; \
libssl-dev \
libpq-dev \
ca-certificates \
curl \
; \
mkdir -p /app/tmp

Expand All @@ -35,5 +36,6 @@ COPY ./ch_migrations /app/ch_migrations
COPY ./src/public/ /app/src/public
COPY --from=builder /app/target/release/trieve-server /app/trieve-server

RUN curl -fsSL https://subtrace.dev/install.sh | sh
EXPOSE 8090
ENTRYPOINT ["/app/trieve-server"]
ENTRYPOINT ["subtrace", "run", "--", "/app/trieve-server"]

0 comments on commit 00acc38

Please sign in to comment.