forked from External/greenlight
master #1
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue