mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-14 00:49:54 +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
|
#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.
|
||||||
|
|||||||
Reference in New Issue
Block a user