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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user