File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -188,10 +188,10 @@ RUN apache2ctl configtest
188
188
# Set Permissions for www-data
189
189
RUN chown -R www-data: /var/www
190
190
191
- # Script to start the app
192
- ADD start.sh $workdir/start.sh
193
-
194
191
# Clean all installed gems for Ruby version
195
192
RUN gem pristine --all
196
193
194
+ # Script to start the app
195
+ ADD start.sh $workdir/start.sh
196
+
197
197
CMD $workdir/start.sh
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ production:
21
21
# # Set up iD key
22
22
# sed -i -e 's/id-key-to-be-replaced/'$OSM_id_key'/g' $workdir/config/application.yml
23
23
24
- # Loading dynamically-linked for ffi libraries
25
- gem pristine ffi
24
+ # Fix issues with platform
25
+ bundle config force_ruby_platform true
26
26
27
27
# Check if DB is already up
28
28
flag=true
You can’t perform that action at this time.
0 commit comments