mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Fix the Docker Compose configuration and remove the database config from VCS
Fixes #2248.
This commit is contained in:
parent
4d65a8f761
commit
2e40879123
3 changed files with 2 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue