Add gemfiles
This commit is contained in:
parent
fc72da4eba
commit
3707ce06da
|
@ -30,7 +30,7 @@ COPY db ./db
|
||||||
COPY app/ ./app
|
COPY app/ ./app
|
||||||
COPY script ./script
|
COPY script ./script
|
||||||
COPY vendor ./vendor
|
COPY vendor ./vendor
|
||||||
COPY Rakefile config.ru entrypoint.sh entrypoint_sidekiq.sh ./
|
COPY Gemfile Gemfile.lock Rakefile config.ru entrypoint.sh entrypoint_sidekiq.sh ./
|
||||||
RUN git config --global user.email "abf@openmandriva.org"
|
RUN git config --global user.email "abf@openmandriva.org"
|
||||||
RUN git config --global user.name "ABF"
|
RUN git config --global user.name "ABF"
|
||||||
ENTRYPOINT ["/app/rosa-build/entrypoint.sh"]
|
ENTRYPOINT ["/app/rosa-build/entrypoint.sh"]
|
||||||
|
|
Loading…
Reference in New Issue