File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ COPY Gemfile* .ruby-version ./
99RUN bundle install
1010COPY . ./
1111
12- RUN rails assets:precompile && rm -fr log
13-
1412RUN bundle exec rake markdown:render
1513
14+ RUN rails assets:precompile && rm -fr log
15+
1616FROM $base_image
1717
1818WORKDIR $APP_HOME
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ RUN apt-get update && apt-get install -y \
1313 libmariadb-dev-compat libpq-dev libyaml-dev make xz-utils \
1414 software-properties-common vim wget
1515RUN bundle install
16+ RUN bundle exec rake markdown:render
1617RUN bin/yarn
1718RUN rails assets:precompile
18- RUN bundle exec rake markdown:render
1919
2020# Ubuntu 24.04 will always use snap to install chromium
2121# so use an alternative PPA to install chromiumn and chromiun-driver
You can’t perform that action at this time.
0 commit comments