Skip to content

Commit fcb1c3a

Browse files
committed
fix: "bash" doesn't exist in "alpine", so use "sh"
1 parent d16f2c6 commit fcb1c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/sh
22

33
# Use libtcmalloc for better memory management
44
TCMALLOC="$(ldconfig -p | grep -Po "libtcmalloc.so.\d" | head -n 1)"

0 commit comments

Comments
 (0)