Set up for prod

This commit is contained in:
swaggboi 2022-02-17 20:51:02 -05:00
parent d05675c8a5
commit f05f2c4d6d

View File

@ -17,4 +17,4 @@ RUN bundle install
EXPOSE 4567
# Send it
CMD ["bundle", "exec", "mywillpower.rb"]
CMD ["bundle", "exec", "puma", "-p", "4567", "-e", "production"]