changed binary direction in Dockerfile.windows
This commit is contained in:
@@ -6,6 +6,6 @@ WORKDIR C:/app
|
|||||||
|
|
||||||
# Copy the Windows binary
|
# Copy the Windows binary
|
||||||
ARG BINARY_NAME
|
ARG BINARY_NAME
|
||||||
COPY ${BINARY_NAME}.exe .
|
COPY windows-bin/${BINARY_NAME}.exe .
|
||||||
|
|
||||||
ENTRYPOINT ["C:/app/watcher_agent.exe"]
|
ENTRYPOINT ["C:/app/${BINARY_NAME}.exe"]
|
Reference in New Issue
Block a user