first try
This commit is contained in:
11
Dockerfile.windows
Normal file
11
Dockerfile.windows
Normal file
@@ -0,0 +1,11 @@
|
||||
# Using Windows Server Core as base
|
||||
FROM mcr.microsoft.com/windows/servercore:ltsc2022
|
||||
|
||||
# Create app directory
|
||||
WORKDIR C:/app
|
||||
|
||||
# Copy the Windows binary
|
||||
ARG BINARY_PATH
|
||||
COPY ${BINARY_PATH} watcher_agent.exe
|
||||
|
||||
ENTRYPOINT ["C:/app/watcher_agent.exe"]
|
Reference in New Issue
Block a user