diff --git a/Dockerfile b/Dockerfile index 3fa734d96..47d6f7317 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,8 +40,7 @@ RUN npm install RUN npm run build -# Uncomment the line below for production: -# RUN bundle exec rake assets:precompile +RUN bundle exec rake assets:precompile EXPOSE 3000