Skip to content

Commit 754381f

Browse files
authored
Update Dockerfile
1 parent b1e9a40 commit 754381f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ FROM debian:buster-slim
77
COPY --from=builder /app/target/release/pgcat /usr/bin/pgcat
88
COPY --from=builder /app/pgcat.toml /etc/pgcat/pgcat.toml
99
WORKDIR /etc/pgcat
10+
ENV RUST_LOG=info
1011
ENTRYPOINT ["/usr/bin/pgcat"]

0 commit comments

Comments
 (0)