Skip to content

Commit 10519ae

Browse files
committed
Update Dockerfile.prod
1 parent d266d33 commit 10519ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.prod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ RUN bundle install
6767
RUN bundle exec bin/yarn install
6868

6969
# 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
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

0 commit comments

Comments
 (0)