Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ricopinazo committed Nov 25, 2024
1 parent dfa7753 commit c3493a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ COPY . .
RUN cargo build --release -p raphtory-graphql

FROM debian:bookworm-slim
ENV PORT=1736
COPY --from=builder /app/target/release/raphtory-graphql /raphtory-graphql
WORKDIR /graphs
WORKDIR /app

ENTRYPOINT ["/raphtory-graphql"]

0 comments on commit c3493a0

Please sign in to comment.