Skip to content

Commit feed060

Browse files
author
Rub21
committed
Loading dynamically-linked for ffi libraries
1 parent 8d0a9eb commit feed060

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

images/web/start.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ production:
2121
# # Set up iD key
2222
# sed -i -e 's/id-key-to-be-replaced/'$OSM_id_key'/g' $workdir/config/application.yml
2323

24-
24+
# Loading dynamically-linked for ffi libraries
25+
gem pristine ffi
2526

2627
# Check if DB is already up
27-
2828
flag=true
2929
while "$flag" = true; do
3030
pg_isready -h $POSTGRES_HOST -p 5432 >/dev/null 2>&2 || continue
@@ -46,5 +46,3 @@ while "$flag" = true; do
4646
# Start the app
4747
apachectl -k start -DFOREGROUND
4848
done
49-
50-

0 commit comments

Comments
 (0)