[openstreetmap/openstreetmap-website] Enable the app to be built using Docker (#1290)
Paul Sturgess
notifications at github.com
Fri Sep 16 07:54:22 UTC 2016
paulsturgess commented on this pull request.
> + libreadline-dev \
+ libpq-dev \
+ libxml2-dev \
+ imagemagick \
+ libmagickwand-dev \
+ postgresql-client \
+ nodejs \
+ file
+
+# Setup app location
+RUN mkdir -p /app
+WORKDIR /app
+
+# Install gems
+ADD Gemfile /app/Gemfile
+ADD Gemfile.lock /app/Gemfile.lock
These are required so that bundler can install all the gem dependencies required for the app. They have to be manually added so that they are available during the image build process.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/1290
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20160916/43efba16/attachment-0001.html>
More information about the rails-dev
mailing list