Update Dockerfile.prod

This commit is contained in:
Eugene Burmakin 2025-05-19 23:31:03 +02:00
parent 8728a22974
commit d030eb7673

View file

@ -6,7 +6,6 @@ ENV BUNDLE_PATH=/usr/local/bundle/gems
ENV RAILS_LOG_TO_STDOUT=true
ENV RAILS_PORT=3000
ENV RAILS_ENV=production
ENV SELF_HOSTED=true
RUN apt-get update -qq && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
build-essential \