fix: windows path.

This commit is contained in:
Bo-Yi Wu 2018-03-12 17:49:30 +08:00
parent 3c9e1fc397
commit 2043c6b65b
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
# escape=`
FROM microsoft/nanoserver:10.0.14393.1884
LABEL maintainer="Bo-Yi Wu <appleboy.tw@gmail.com>" \
@ -6,5 +5,5 @@ LABEL maintainer="Bo-Yi Wu <appleboy.tw@gmail.com>" \
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" ]