diff --git a/Dockerfile b/Dockerfile index ca7e08284..5b12e1d40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,14 +34,8 @@ COPY . /app/ # Leave RAILS_SERVE_STATIC_FILES commented if Nginx/Apache will serve static files instead of rails. ### -RUN bundle install - -RUN npm install - RUN npm run build -RUN bundle exec rake assets:precompile - EXPOSE 3000 ENTRYPOINT [ "./docker/entrypoint" ]