Skip to content

Commit

Permalink
Fixed the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yatish27 committed May 28, 2024
1 parent 5dcb280 commit 0acb029
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 @@ -56,7 +56,7 @@ RUN bundle exec bootsnap precompile app/ lib/
# Precompiling assets for production without requiring secret RAILS_MASTER_KEY
RUN SECRET_KEY_BASE_DUMMY=1 ./bin/rails assets:precompile

RUN rm -rf node_modules tmp/cache log/* log/*.log tmp/* tmp/pids/* tmp/sockets/* tmp/sessions/* tmp/cache/*
RUN rm -rf node_modules


# Final stage for app image
Expand Down

0 comments on commit 0acb029

Please sign in to comment.