docs: fix broken Docker run command

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.
This commit is contained in:
Matthew Lopez 2024-06-05 17:34:02 -04:00
parent ee782d904f
commit 44a8dbd6bf
No known key found for this signature in database
GPG Key ID: 302A6EE3D63B7E0E

View File

@ -42,7 +42,7 @@ This script can also be run in a Docker container.
1. `git clone https://github.com/PretendoNetwork/SSSL`
2. `cd SSSL`
3. `docker build . -t sssl`
4. `docker run -it --rm -v .:/app sssl` or `docker run -it --rm -v .:/app sssl -i`
4. `docker run -it --rm -v .:/app/certs sssl -g3 /app/certs/CACERT_NINTENDO_CA_G3.der -o /app/certs`
## Configuration