docker: Fix standalone entrypoint.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
d4d3ebe40b
commit
d06ad8d788
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ target "standalone" {
|
|||
target = "standalone"
|
||||
dockerfile-inline =<<EOF
|
||||
FROM scratch AS standalone
|
||||
COPY --from=input /usr/bin/tuwunel .
|
||||
COPY --from=input /usr/bin/tuwunel /usr/bin/tuwunel
|
||||
EOF
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue