dappnode / DNP_HTTPS

A fully automated HTTPS server powered by Nginx, Let's Encrypt and Docker.
2 stars 5 forks source link

Fix typos and grammar, add link to github issues to fix broken report link in adminUI, bump ruby version to v2.7.5 #57

Closed alexpeterson91 closed 2 years ago

alexpeterson91 commented 2 years ago

Fixed a few misspelled words, and added several "the"s to make the sentences flow better in English, and fixed some other minor grammar.

3alpha commented 2 years ago

In Dockerfile please change line 1 to: FROM ruby:2.7.5-alpine AS ruby-builder and line 53 to: python2 ruby=2.7.5-r0 iproute2 apache2-utils logrotate openssl \ That way CI will pass.