fix: windows path.

This commit is contained in:
Bo-Yi Wu 2018-03-12 16:46:34 +08:00
parent c959b6ff2d
commit 3c9e1fc397
1 changed files with 2 additions and 2 deletions

View File

@ -6,5 +6,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 c:\gorush.exe
ENTRYPOINT [ "c:\\gorush.exe" ]
ADD release/gorush.exe /drone-line.exe
ENTRYPOINT [ "\\drone-line.exe" ]