File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -113,13 +113,12 @@ RUN /usr/sbin/passenger-memory-stats
113
113
RUN rm -rf $workdir
114
114
RUN git clone https://github.com/openstreetmap/openstreetmap-website.git $workdir
115
115
WORKDIR $workdir
116
+ # Gitsha for current live site https://github.com/openstreetmap/openstreetmap-website/commits/live at Apr 10, 2020
116
117
RUN git checkout --force 8199002a0fd83a6eec91764bcec9e9e8705c7e5d
117
- # RUN git checkout master
118
118
119
119
# Install the javascript runtime required by the `execjs` gem in
120
120
RUN apt-get install -y libv8-dev
121
121
RUN echo "gem 'mini_racer'" >> Gemfile
122
-
123
122
RUN gem install nokogiri -- --use-system-libraries
124
123
125
124
RUN apt-get install -y cargo
@@ -153,8 +152,6 @@ ADD config/action_mailer.rb config/initializers/action_mailer.rb
153
152
154
153
# Precompile the website assets
155
154
RUN apt-get install -y tzdata
156
- # gem install tzinfo-data
157
-
158
155
RUN npm install yarn -g
159
156
RUN bundle exec rake yarn:install
160
157
RUN bundle exec rake i18n:js:export
You can’t perform that action at this time.
0 commit comments