docker: Fix standalone entrypoint.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -580,7 +580,7 @@ target "standalone" {
|
|||||||
target = "standalone"
|
target = "standalone"
|
||||||
dockerfile-inline =<<EOF
|
dockerfile-inline =<<EOF
|
||||||
FROM scratch AS standalone
|
FROM scratch AS standalone
|
||||||
COPY --from=input /usr/bin/tuwunel .
|
COPY --from=input /usr/bin/tuwunel /usr/bin/tuwunel
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user