From 659d7405b243b2a644a5d6e6d1fe49c5805ed858 Mon Sep 17 00:00:00 2001 From: Dan Elbert Date: Fri, 18 Oct 2024 14:55:09 -0500 Subject: [PATCH] Fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 53f5748..d4e674f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN yarn install --immutable COPY . . # Compile assets -RUN env RAILS_ENV=production bundle exec rails webpacker:clobber webpacker:compile +RUN env RAILS_ENV=production bundle exec rails shakapacker:clobber shakapacker:compile ENV PORT=80 EXPOSE 80