dappnode / DNP_HTTPS

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

Avoiding ADD as suggested by Docker unless necessary #68

Closed fredriksvantes closed 2 years ago

fredriksvantes commented 2 years ago

Context

Docker suggests to avoid using ADD unless necessary, and instead use COPY or RUN when possible.

fredriksvantes commented 2 years ago

This is a typo, i think

DOMAINS_DIR=/var/run/domains.d/  \c

Or is for some reason?

You're right, I accidentally added that "c". :) Fixed now, thank you!

3alpha commented 2 years ago

Superseded by #70.