Skip to content

Commit

Permalink
compile assets at build time
Browse files Browse the repository at this point in the history
  • Loading branch information
alimbada committed Feb 28, 2025
1 parent eb30904 commit 073d5e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .copilot/image_build_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ cp -r /workspace/db/ /workspace/db-copy/
rm -rf /workspace/tmp
rm -rf /workspace/db
rm -rf /workspace/log

export TMPDIR=/workspace/tmp

bundle exec rails assets:precompile

0 comments on commit 073d5e4

Please sign in to comment.