diff --git a/Dockerfile b/Dockerfile index 7a756ca..b823958 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,6 +66,6 @@ FROM bin-unix AS bin-linux FROM bin-unix AS bin-darwin FROM scratch AS bin-windows -COPY --from=build /out/example /example.exe +COPY --from=build /out/example.exe /example.exe FROM bin-${TARGETOS} AS bin