Skip to content

Commit

Permalink
Merge pull request #881 from The-Alchemist/patch-1
Browse files Browse the repository at this point in the history
changing shell in docker-entrypoint.sh from bash to sh
  • Loading branch information
HenryCaiHaiying authored Aug 16, 2019
2 parents a178221 + 067cfce commit 0d68269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scripts/docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e


Expand Down

0 comments on commit 0d68269

Please sign in to comment.