summaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-06-16 16:21:17 -0400
committerrealtradam <[email protected]>2024-06-16 16:21:17 -0400
commitdc387a78548a152d0abea002c8afd86b71e5468a (patch)
treea1fbad9c210a7bfe2f20a700fd01f66905fa6e83 /bin
parentdb60994dfa088c44aecfceea6329934b1ce9f3b5 (diff)
downloadgameHolster-dc387a78548a152d0abea002c8afd86b71e5468a.tar.gz
gameHolster-dc387a78548a152d0abea002c8afd86b71e5468a.zip
change docker to build for alpine and postgres
Diffstat (limited to 'bin')
-rwxr-xr-xbin/docker-entrypoint2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/docker-entrypoint b/bin/docker-entrypoint
index 67ef493..fe91345 100755
--- a/bin/docker-entrypoint
+++ b/bin/docker-entrypoint
@@ -1,4 +1,4 @@
-#!/bin/bash -e
+#!/bin/ash -e
# If running the rails server then create or migrate existing database
if [ "${1}" == "./bin/rails" ] && [ "${2}" == "server" ]; then