back to puma

This commit is contained in:
Ryan W
2023-09-30 20:11:14 -07:00
parent 1b83045ff8
commit bd54263c3e
+1 -1
View File
@@ -83,4 +83,4 @@ HEALTHCHECK --interval=15s --timeout=3s --start-period=0s --start-interval=5s --
# Start the server by default, this can be overwritten at runtime
EXPOSE 3000
CMD ["./bin/rails", "server"]
CMD ["bundle", "exec", "puma", "-C", "config/puma.rb"]