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