martynka commited on
Commit
890e06c
·
verified ·
1 Parent(s): 78d03ad

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -0
entrypoint.sh CHANGED
@@ -2,6 +2,7 @@
2
  set -e
3
 
4
  echo "Fetching config..."
 
5
  curl -s -o /app/librechat.yaml "$CONFIG_PATH"
6
 
7
  echo "Starting backend..."
 
2
  set -e
3
 
4
  echo "Fetching config..."
5
+ APK add curl
6
  curl -s -o /app/librechat.yaml "$CONFIG_PATH"
7
 
8
  echo "Starting backend..."