diff --git a/Dockerfile.windows b/Dockerfile.windows index 124c721..ae6b771 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -6,6 +6,6 @@ WORKDIR C:/app # Copy the Windows binary ARG BINARY_NAME -COPY ${BINARY_NAME}.exe . +COPY windows-bin/${BINARY_NAME}.exe . -ENTRYPOINT ["C:/app/watcher_agent.exe"] \ No newline at end of file +ENTRYPOINT ["C:/app/${BINARY_NAME}.exe"] \ No newline at end of file