Enable HTTP Early Hints

This commit is contained in:
Petko Bordjukov 2024-04-14 00:31:52 +03:00
parent 20c7c20633
commit 89f64b3964
1 changed files with 1 additions and 1 deletions

View File

@ -59,4 +59,4 @@ ENTRYPOINT ["/rails/bin/docker-entrypoint"]
# Start the server by default, this can be overwritten at runtime
EXPOSE 3000
CMD ["./bin/rails", "server"]
CMD ["./bin/rails", "server", "--early-hints"]