mirror of
https://github.com/PretendoNetwork/SSSL.git
synced 2026-03-21 17:34:48 -05:00
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:
parent
ee782d904f
commit
44a8dbd6bf
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user