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