Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3 from cleverer/rubymine
Browse files Browse the repository at this point in the history
Make entrypoint RubyMine compatible
  • Loading branch information
carlobeltrame authored Oct 3, 2019
2 parents 1c159fd + a8a50fe commit 1cc42ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/entrypoint
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set +e
set -e

if [ ! -f "./Wagonfile" ]; then
echo "⚙ Creating Wagonfile from defaults because it doesn't exist yet"
Expand Down Expand Up @@ -38,4 +38,4 @@ fi
echo "➡️ Handing control over to '$*''"

# shellcheck disable=SC2068
exec bundle exec $@
exec bundle exec "$@"

0 comments on commit 1cc42ad

Please sign in to comment.