Docker: TCP/IP connections on port 5342? connect to server: Connection refused Is the server running on host
I am using rails 3.0.0 with rails 7. My dockerfile is as: FROM ruby:3.0.0-alpine RUN apk add --update --virtual runtime-deps postgresql-client build-base libxml2-dev libxslt-dev yarn libffi-dev readline build-base postgresql-dev libc-dev linux-headers readline-dev file imagemagick git tzdata && rm -rf /var/cache/apk*…