Skip to content

Commit

Permalink
fix: add log flag
Browse files Browse the repository at this point in the history
  • Loading branch information
losman0s committed Sep 6, 2024
1 parent c9c03a9 commit 7eea6f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ WORKDIR /app
# Copy the build artifact from the build stage
COPY --from=builder /usr/src/app/target/release/eva01 .

ENV RUST_LOG=eva01=info

# Set the startup command
CMD ["./eva01", "run", "/config/config.toml"]
CMD ["./eva01", "run", "/config/config.toml"]

0 comments on commit 7eea6f1

Please sign in to comment.