fix: windows path.
This commit is contained in:
parent
c959b6ff2d
commit
3c9e1fc397
|
@ -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" ]
|
||||
|
|
Loading…
Reference in New Issue