diff --git a/Dockerfile b/Dockerfile index b13808ea2..3d1e946b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,10 +20,10 @@ RUN gem install bundler && bundle install COPY . /app/ -RUN bundle exec rails assets:precompile - RUN npm run bundle +RUN bundle exec rails assets:precompile + EXPOSE 3000 ENTRYPOINT [ "./docker/entrypoint.sh" ]