Skip to content

Commit

Permalink
Fix copy
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 committed Jun 20, 2024
1 parent b6dea4f commit 0b6ee11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN make go-build
FROM --platform=$TARGETPLATFORM gcr.io/distroless/static@sha256:d6fa9db9548b5772860fecddb11d84f9ebd7e0321c0cb3c02870402680cc315f as runner
ARG TARGETOS
ARG TARGETARCH
COPY --from=builder /src/dist/rtcd-linux-amd64 /opt/rtcd/bin/rtcd
COPY --from=builder /src/dist/rtcd-${TARGETOS}-${TARGETARCH} /opt/rtcd/bin/rtcd

# Create and use unprivileged user to run the service
COPY ./build/group ./build/passwd /etc/
Expand Down

0 comments on commit 0b6ee11

Please sign in to comment.