gorush/Dockerfile.windows

10 lines
277 B
Docker
Raw Normal View History

FROM microsoft/nanoserver:10.0.14393.1884
LABEL maintainer="Bo-Yi Wu <appleboy.tw@gmail.com>" \
org.label-schema.name="Gorush" \
org.label-schema.vendor="Bo-Yi Wu" \
org.label-schema.schema-version="1.0"
2018-03-12 09:49:30 +00:00
ADD release/gorush.exe /gorush.exe
ENTRYPOINT [ "\\gorush.exe" ]