Skip to content

Commit 3e504fe

Browse files
author
Rub21
committed
Update comment in web container
1 parent 8e3e71b commit 3e504fe

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

images/web/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,12 @@ RUN /usr/sbin/passenger-memory-stats
113113
RUN rm -rf $workdir
114114
RUN git clone https://github.com/openstreetmap/openstreetmap-website.git $workdir
115115
WORKDIR $workdir
116+
# Gitsha for current live site https://github.com/openstreetmap/openstreetmap-website/commits/live at Apr 10, 2020
116117
RUN git checkout --force 8199002a0fd83a6eec91764bcec9e9e8705c7e5d
117-
# RUN git checkout master
118118

119119
# Install the javascript runtime required by the `execjs` gem in
120120
RUN apt-get install -y libv8-dev
121121
RUN echo "gem 'mini_racer'" >> Gemfile
122-
123122
RUN gem install nokogiri -- --use-system-libraries
124123

125124
RUN apt-get install -y cargo
@@ -153,8 +152,6 @@ ADD config/action_mailer.rb config/initializers/action_mailer.rb
153152

154153
# Precompile the website assets
155154
RUN apt-get install -y tzdata
156-
# gem install tzinfo-data
157-
158155
RUN npm install yarn -g
159156
RUN bundle exec rake yarn:install
160157
RUN bundle exec rake i18n:js:export

0 commit comments

Comments
 (0)