Skip to content

Commit

Permalink
Dockerfile: use ENTRYPOINT instead of CMD.
Browse files Browse the repository at this point in the history
  • Loading branch information
pataquets committed Oct 13, 2023
1 parent 5b978a4 commit eb1e791
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 @@ -17,4 +17,4 @@ FROM debian:latest AS runtime-image

COPY --from=compile-image /usr/src/riak_cs/rel/riak-cs /opt/riak-cs

CMD /opt/riak-cs/bin/riak-cs foreground
ENTRYPOINT [ "/opt/riak-cs/bin/riak-cs" "foreground" ]

0 comments on commit eb1e791

Please sign in to comment.