From fc8312d8b524d8dbccc627bc6bde8674a09bf1aa Mon Sep 17 00:00:00 2001 From: 24c02 <163450896+24c02@users.noreply.github.com> Date: Thu, 4 Dec 2025 17:44:17 -0500 Subject: [PATCH] UGH --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5cb1e6d..e8b2b2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,7 +69,7 @@ COPY . . # Precompile bootsnap code for faster boot times RUN bundle exec bootsnap precompile app/ lib/ && \ - RAILS_ENV=production SECRET_KEY_BASE_DUMMY=1 ./bin/rails assets:precompile && \ + SECRET_KEY_BASE_DUMMY=1 ./bin/rails assets:precompile && \ rm -rf node_modules # Final stage for app image