Skip to content

Commit 734df24

Browse files
committed
Test fix
1 parent 1534a71 commit 734df24

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ COPY Gemfile* .ruby-version ./
99
RUN bundle install
1010
COPY . ./
1111

12-
RUN rails assets:precompile && rm -fr log
13-
1412
RUN bundle exec rake markdown:render
1513

14+
RUN rails assets:precompile && rm -fr log
15+
1616
FROM $base_image
1717

1818
WORKDIR $APP_HOME

docker/dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1515
RUN bundle install
16+
RUN bundle exec rake markdown:render
1617
RUN bin/yarn
1718
RUN 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

0 commit comments

Comments
 (0)