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