From 2043c6b65b36301ddad820ec41635004565370c2 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 12 Mar 2018 17:49:30 +0800 Subject: [PATCH] fix: windows path. --- Dockerfile.windows | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile.windows b/Dockerfile.windows index 3921890..452ecb8 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -1,4 +1,3 @@ -# escape=` FROM microsoft/nanoserver:10.0.14393.1884 LABEL maintainer="Bo-Yi Wu " \ @@ -6,5 +5,5 @@ LABEL maintainer="Bo-Yi Wu " \ org.label-schema.vendor="Bo-Yi Wu" \ org.label-schema.schema-version="1.0" -ADD release/gorush.exe /drone-line.exe -ENTRYPOINT [ "\\drone-line.exe" ] +ADD release/gorush.exe /gorush.exe +ENTRYPOINT [ "\\gorush.exe" ]