File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 77USER root
88
99ARG RAILS_MASTER_KEY=$MANIFOLD_MASTER_KEY \
10- RAILS_ENV=production \
11- K8=yes
10+ RAILS_ENV=production
1211
1312RUN apk add -U --no-cache \
1413 bash=5.3.3-r1 \
@@ -38,7 +37,7 @@ RUN apk add -U --no-cache \
3837 bundle install --jobs=8 && \
3938 find "$GEM_HOME" -name Gemfile.lock -exec rm "{}" \; && \
4039 find "$GEM_HOME" -name yarn.lock -exec rm "{}" \; && \
41- K8=no SECRET_KEY_BASE=dummy bundle exec rails assets:precompile && \
40+ SECRET_KEY_BASE=dummy bundle exec rails assets:precompile && \
4241 if [ "${RAILS_ENV}" = "production" ]; then rm -rf node_modules; fi && \
4342 if [ "${RAILS_ENV}" = "production" ]; then rm -rf tmp/*; fi && \
4443 if [ "${RAILS_ENV}" = "production" ]; then apk del build-dependencies; fi && \
You can’t perform that action at this time.
0 commit comments