docker: Reduce more copies.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-05-30 22:44:05 +00:00
parent 288c49c436
commit 2be61de70f
4 changed files with 13 additions and 4 deletions

View File

@@ -283,6 +283,7 @@ target "tuwunel" {
target = "tuwunel"
dockerfile-inline =<<EOF
FROM input AS tuwunel
COPY --link --from=input . .
EXPOSE 8008 8448
ENTRYPOINT ["${cargo_install_root}/bin/tuwunel"]
EOF