Skip to content

Commit

Permalink
Merge pull request #34 from tphoney/windows_dockerfile
Browse files Browse the repository at this point in the history
(maint) fix paths in windows dockerfile
  • Loading branch information
TP Honey authored Dec 8, 2022
2 parents 4868359 + 34ffa47 commit 7301b28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.windows.1809
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ LABEL maintainer="Drone.IO Community <[email protected]>" `
org.label-schema.vendor="Drone.IO Community" `
org.label-schema.schema-version="1.0"

ADD release\drone-volume-cache.exe c:\drone-volume-cache.exe
ADD release/windows/amd64/drone-volume-cache.exe c:/drone-volume-cache.exe
ENTRYPOINT [ "c:\\drone-volume-cache.exe" ]
2 changes: 1 addition & 1 deletion docker/Dockerfile.windows.ltsc2022
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ LABEL maintainer="Drone.IO Community <[email protected]>" `
org.label-schema.vendor="Drone.IO Community" `
org.label-schema.schema-version="1.0"

ADD release\drone-volume-cache.exe c:\drone-volume-cache.exe
ADD release/windows/amd64/drone-volume-cache.exe c:/drone-volume-cache.exe
ENTRYPOINT [ "c:\\drone-volume-cache.exe" ]

0 comments on commit 7301b28

Please sign in to comment.