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

Gemfile.lock no longer exists in repo

This commit is contained in:
2017-08-29 13:52:26 -04:00
parent 5bebc342a6
commit 594469f4d8

View File

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