diff --git a/docker/development/Dockerfile b/docker/development/Dockerfile index 7d6f26d..e78c64e 100644 --- a/docker/development/Dockerfile +++ b/docker/development/Dockerfile @@ -1,6 +1,6 @@ # Build production container locally first with following tag FROM registry.gitlab.com/turniere/turniere-backend/production WORKDIR /app -RUN bundle install --deployment --without test +RUN bundle install --deployment --with development ENV RAILS_ENV development CMD bundle exec rails db:migrate && bundle exec rails s -p 3000 -b 0.0.0.0 \ No newline at end of file