get defaul binary name
This commit is contained in:
@@ -6,6 +6,7 @@ WORKDIR C:/app
|
||||
|
||||
# Copy the Windows binary
|
||||
ARG BINARY_NAME
|
||||
env BINARY_NAME=${BINARY_NAME:-WatcherAgent}
|
||||
COPY windows-bin/${BINARY_NAME}.exe .
|
||||
|
||||
ENTRYPOINT ["C:/app/${BINARY_NAME}.exe"]
|
Reference in New Issue
Block a user