diff --git a/Dockerfile b/Dockerfile index 4759db3a..7d478176 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ RUN cp config/environments/production.rb.example config/environments/production. RUN cp config/secrets.yml.example config/secrets.yml RUN touch config/redis.yml RUN touch config/elasticsearch.yml +RUN mkdir log RUN /bin/bash -l -c 'bundle install' RUN /bin/bash -l -c 'RAILS_ENV=production rails db:create'