Skip to content

Commit

Permalink
Uses development env
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Nov 27, 2023
1 parent 3fda727 commit 4971a53
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 @@ -24,4 +24,4 @@ COPY . .

RUN rake jetty:clean && rake jetty:config

CMD rake jetty:start && bundle exec rake db:migrate RAILS_ENV=production && bundle exec rails s -b 0.0.0.0
CMD rake jetty:start && bundle exec rake db:migrate RAILS_ENV=development && bundle exec rails s -b 0.0.0.0

0 comments on commit 4971a53

Please sign in to comment.