Skip to content

Commit

Permalink
docker: set entrypoint to sleep infity
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavosbarreto committed May 10, 2021
1 parent a96e780 commit f27ccf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ services:
- shellhub
cli:
image: shellhubio/cli:${SHELLHUB_VERSION}
entrypoint: /bin/sleep infinity
restart: unless-stopped
environment:
- STORE_CACHE=${SHELLHUB_STORE_CACHE}
Expand Down

0 comments on commit f27ccf1

Please sign in to comment.