Experiment with full pre-deploy setup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-04-06 10:58:55 +02:00
parent 741df0045b
commit caa1e521ad
4 changed files with 53 additions and 40 deletions

View File

@ -6,6 +6,8 @@ WORKDIR /usr/src/app
COPY . ${WORKDIR}
COPY sbin/* /sbin/
RUN bundle config --global frozen 1
RUN bundle install