2019-06-11 10:04:18 +03:00
|
|
|
# escape=`
|
|
|
|
FROM mcr.microsoft.com/windows/nanoserver:1809
|
2019-06-20 09:17:03 +03:00
|
|
|
|
|
|
|
# Keep this argument to keep backward compatibility and avoid warning messages when build
|
2019-06-11 10:04:18 +03:00
|
|
|
ARG binPath
|
|
|
|
|
|
|
|
WORKDIR "c:\app"
|
|
|
|
|
2019-06-20 09:17:03 +03:00
|
|
|
COPY bin/iotedgeoutput ./
|
2019-06-20 08:26:14 +03:00
|
|
|
|
|
|
|
ENTRYPOINT ["IotEdgeModule1.exe"]
|