Skip to content

Commit

Permalink
fix: fix syntax in Dockerfile (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
zerok authored Oct 23, 2024
1 parent 9ed5ea4 commit 6c731e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ FROM alpine:3.20
COPY --from=build /app/flagger-k6-webhook /usr/bin/flagger-k6-webhook
COPY --from=grafana/k6 /usr/bin/k6 /usr/bin/k6

ENTRYPOINT /usr/bin/flagger-k6-webhook
ENTRYPOINT ["/usr/bin/flagger-k6-webhook"]
USER 65534

0 comments on commit 6c731e4

Please sign in to comment.