Skip to content

Commit

Permalink
Fix typo in binary for Dockerfile (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Auerbeck <[email protected]>
Co-authored-by: Tyler Auerbeck <[email protected]>
  • Loading branch information
tylerauerbeck and tylerauerbeck authored Jun 27, 2023
1 parent c3cad5e commit 9843890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM gcr.io/distroless/static

# Copy the binary that goreleaser built
COPY loadbalancer-provider-proxy /loadbalancer-provider-proxy
COPY loadbalancer-provider-haproxy /loadbalancer-provider-haproxy

# Run the web service on container startup.
ENTRYPOINT ["/loadbalancer-provider-proxy"]
ENTRYPOINT ["/loadbalancer-provider-haproxy"]
CMD ["process"]

0 comments on commit 9843890

Please sign in to comment.