1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Added Gemfile.lock to docker build

This commit is contained in:
2017-11-09 08:53:04 -05:00
parent 4089d37825
commit 94bb5affa3

View File

@@ -23,6 +23,7 @@ EXPOSE 443
#Cache gems so they don't install on every code change
WORKDIR /tmp
COPY Gemfile Gemfile
COPY Gemfile.lock Gemfile.lock
RUN bundle install --without test
# Copy site into place.