Skip to content

Commit

Permalink
chore: improve dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgehermo9 committed Oct 22, 2024
1 parent 2d7c143 commit cb0179a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/server.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ ENV SQLX_OFFLINE true
RUN cargo build --package gq-server --release

FROM debian:bookworm
WORKDIR /app
COPY --from=builder /app/target/release/gq-server .
CMD [ "./gq-server" ]

0 comments on commit cb0179a

Please sign in to comment.