Entrypoint

This commit is contained in:
Wedge 2021-03-02 17:35:20 +03:00
parent b26e64cda8
commit fc72da4eba
1 changed files with 1 additions and 1 deletions

View File

@ -33,4 +33,4 @@ COPY vendor ./vendor
COPY Rakefile config.ru entrypoint.sh entrypoint_sidekiq.sh ./
RUN git config --global user.email "abf@openmandriva.org"
RUN git config --global user.name "ABF"
ENTRYPOINT ["/rosa-build/entrypoint.sh"]
ENTRYPOINT ["/app/rosa-build/entrypoint.sh"]