In #4, the short command-line options in the readme were incorrect. Also, the provided docker run command doesn't always work because mounting the current directory as /app in Docker overwrites the entire /app directory, which can cause node_modules to disappear. Instead, tell users to mount the current directory as /app/certs to avoid this.
Changes:
In #4, the short command-line options in the readme were incorrect. Also, the provided
docker run
command doesn't always work because mounting the current directory as /app in Docker overwrites the entire /app directory, which can causenode_modules
to disappear. Instead, tell users to mount the current directory as /app/certs to avoid this.