output env in dockerfile
This commit is contained in:
parent
d6f97f550b
commit
b379a5b3cc
|
|
@ -3,5 +3,6 @@ FROM registry.gitlab.com/turniere/turniere-backend/development
|
|||
WORKDIR /app
|
||||
RUN bundle install --deployment --with test
|
||||
ENV RAILS_ENV test
|
||||
RUN env
|
||||
RUN bundle exec rails db:migrate && bundle exec rails spec
|
||||
CMD /bin/sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue