From 6b100850f683865c8b3fc6330a9911161d81a4f9 Mon Sep 17 00:00:00 2001 From: lobo Date: Fri, 11 Apr 2025 22:24:10 +0000 Subject: [PATCH] Update zig-out/container/Dockerfile --- zig-out/container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zig-out/container/Dockerfile b/zig-out/container/Dockerfile index 06ccaf9..54138a6 100644 --- a/zig-out/container/Dockerfile +++ b/zig-out/container/Dockerfile @@ -5,4 +5,4 @@ ARG TARGETOS ARG TARGETARCH RUN echo "I am building for $TARGETPLATFORM. That is $TARGETOS and $TARGETARCH" -RUN echo "COPY syncthing_events_$TARGETOS-$TARGETARCH /bin" \ No newline at end of file +COPY syncthing_events-$TARGETOS-$TARGETARCH /bin \ No newline at end of file