From 7d174a0a7881d218f9d944b334fb5f7bdefcbfd0 Mon Sep 17 00:00:00 2001 From: Ryan W Date: Sun, 24 Apr 2022 23:02:14 -0700 Subject: [PATCH] spaces --- production.Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/production.Dockerfile b/production.Dockerfile index c8bb292..c0e5f90 100644 --- a/production.Dockerfile +++ b/production.Dockerfile @@ -1,6 +1,5 @@ FROM ruby:3.1.2-slim - RUN apt-get update -qq && apt-get install -yq --no-install-recommends \ build-essential \ gnupg2 \ @@ -12,7 +11,7 @@ RUN apt-get update -qq && apt-get install -yq --no-install-recommends \ ENV LANG=C.UTF-8 \ BUNDLE_JOBS=4 \ BUNDLE_RETRY=3 \ - RAILS_ENV=production + RAILS_ENV=production RUN gem update --system && gem install bundler