Skip to content

Commit 10519ae

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)