Skip to content

Commit

Permalink
Update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
svemat01 committed Dec 5, 2024
1 parent 0b0f066 commit 086a3a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions engine/.build/Dockerfile.scratch
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ USER dockeruser
# -----------------------
# BINARY_NAME: Name of the executable (default: v3x-property-engine)
# RUST_LOG: Logging configuration (default: error,{BINARY_NAME}=info)
ARG BINARY_NAME_DEFAULT=v3x-property-engine
ENV BINARY_NAME=$BINARY_NAME_DEFAULT
ARG BINARY_NAME=v3x-property-engine
ENV RUST_LOG="error,$BINARY_NAME=info"

# Binary Installation
Expand Down

0 comments on commit 086a3a1

Please sign in to comment.