Skip to content

Commit

Permalink
fix assets compile
Browse files Browse the repository at this point in the history
  • Loading branch information
MBcom committed Apr 10, 2021
1 parent c5d9a12 commit 50c452e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,5 @@ EXPOSE 80
ARG version_code
ENV VERSION_CODE=$version_code

RUN SECRET_KEY_BASE=`bin/rake secret` bundle exec rake assets:precompile

# Start the application.
CMD ["bin/start"]
2 changes: 1 addition & 1 deletion bin/start
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ else
bundle exec rake db:schema:load
fi


bundle exec rake assets:precompile

exec bundle exec puma -C config/puma.rb

0 comments on commit 50c452e

Please sign in to comment.