Skip to content

Commit

Permalink
dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed May 15, 2024
1 parent 06bacd4 commit 0754896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN yarn install
RUN NODE_OPTIONS="--max-old-space-size=2048" \
RAILS_ENV=${APP_ENV} \
DB_ADAPTER=nulldb \
SECRET_KEY_BASE=`bin/rake secret` \
SECRET_KEY_BASE=`bin/rails secret` \
bundle exec rails assets:precompile --trace \
&& echo "done!"

Expand Down

0 comments on commit 0754896

Please sign in to comment.