From dd426cf0a0984d4c8fdef7b2c85aadea1ede36c9 Mon Sep 17 00:00:00 2001 From: Johnny Almonte Date: Wed, 17 Jun 2020 21:46:42 -0400 Subject: [PATCH] refactor: remove duplicate commands --- Dockerfile | 6 ------ 1 file changed, 6 deletions(-) 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" ]