diff --git a/production.Dockerfile b/production.Dockerfile index 9a18842..7e6f56f 100644 --- a/production.Dockerfile +++ b/production.Dockerfile @@ -83,5 +83,6 @@ HEALTHCHECK --interval=5s --timeout=3s --start-period=0s --start-interval=5s --r # Start the server by default, this can be overwritten at runtime EXPOSE 3000 +EXPOSE 10000 # CMD ["./bin/rails", "server"] CMD ["bundle", "exec", "puma", "-C", "config/puma.rb"]