Just run dev mode for now

This commit is contained in:
swaggboi 2022-02-15 23:13:55 -05:00
parent a676a88c7d
commit d05675c8a5

View File

@ -17,5 +17,4 @@ RUN bundle install
EXPOSE 4567
# Send it
CMD ["bundle", "exec", "rackup", "-o", "0.0.0.0", "-p", "4567", "-E", \
"production"]
CMD ["bundle", "exec", "mywillpower.rb"]