Fix the Docker Compose configuration and remove the database config from VCS

Fixes #2248.
This commit is contained in:
Jyri-Petteri Paloposki 2020-07-19 17:34:11 +03:00
parent 4d65a8f761
commit 2e40879123
3 changed files with 2 additions and 34 deletions

View file

@ -5,8 +5,6 @@ RUN bundle config --global frozen 1
WORKDIR /app
RUN touch /etc/app-env
COPY Gemfile* /app/
RUN gem install bundler
RUN bundle install --jobs 4