fix: windows path.
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
# escape=`
|
|
||||||
FROM microsoft/nanoserver:10.0.14393.1884
|
FROM microsoft/nanoserver:10.0.14393.1884
|
||||||
|
|
||||||
LABEL maintainer="Bo-Yi Wu <appleboy.tw@gmail.com>" \
|
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.vendor="Bo-Yi Wu" \
|
||||||
org.label-schema.schema-version="1.0"
|
org.label-schema.schema-version="1.0"
|
||||||
|
|
||||||
ADD release/gorush.exe /drone-line.exe
|
ADD release/gorush.exe /gorush.exe
|
||||||
ENTRYPOINT [ "\\drone-line.exe" ]
|
ENTRYPOINT [ "\\gorush.exe" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user