Expose 9394 for metrics

This commit is contained in:
Lewis Buckley
2025-09-16 11:24:48 +01:00
parent 437877f290
commit c75e1e8e17
+1 -1
View File
@@ -71,5 +71,5 @@ USER rails:rails
ENTRYPOINT ["/rails/bin/docker-entrypoint"]
# Start the server by default, this can be overwritten at runtime
EXPOSE 80 443
EXPOSE 80 443 9394
CMD ["./bin/thrust", "./bin/rails", "server"]