master #1

Merged
lino.jorzick merged 203 commits from External/greenlight:master into master 2021-10-02 18:19:43 +00:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 1b58c671eb - Show all commits

View File

@ -66,5 +66,9 @@ ENV VERSION_CODE=$version_code
# Set executable permission to start file
RUN chmod +x bin/start
# FIXME / to remove / https://github.com/nahi/httpclient/issues/445
RUN cat /etc/ssl/certs/ca-certificates.crt \
>/usr/src/app/vendor/bundle/ruby/2.7.0/gems/httpclient-2.8.3/lib/httpclient/cacert.pem
# Start the application.
CMD ["bin/start"]