chore: update windows ENTRYPOINT path

This commit is contained in:
Bo-Yi Wu
2019-03-24 21:58:10 +08:00
parent ab201cc6f9
commit e67bb8f829
+2 -2
View File
@@ -5,6 +5,6 @@ LABEL maintainer="Bo-Yi Wu <appleboy.tw@gmail.com>" \
org.label-schema.vendor="Bo-Yi Wu" \
org.label-schema.schema-version="1.0"
COPY release/drone-discord.exe /drone-discord.exe
COPY release/drone-discord.exe C:/bin/drone-discord.exe
ENTRYPOINT [ "\\drone-discord.exe" ]
ENTRYPOINT [ "C:\\bin\\drone-discord.exe" ]