We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d266d33 commit 10519aeCopy full SHA for 10519ae
Dockerfile.prod
@@ -67,5 +67,5 @@ RUN bundle install
67
RUN bundle exec bin/yarn install
68
69
# Build frontend assets
70
-RUN RAILS_ENV=production SECRET_KEY_BASE=dummy bundle exec i18n export
71
-RUN RAILS_ENV=production SECRET_KEY_BASE=dummy rails assets:precompile
+#RUN RAILS_ENV=production SECRET_KEY_BASE=dummy bundle exec i18n export
+#RUN RAILS_ENV=production SECRET_KEY_BASE=dummy rails assets:precompile
0 commit comments