mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-23 00:35:39 +00:00
Improve docker readme
This commit is contained in:
parent
4783f61b23
commit
d1cb1a334b
|
@ -24,7 +24,7 @@ To keep the bot running, you might want to use pm2 or a systemd service.
|
||||||
### Alternatively, dockerization
|
### Alternatively, dockerization
|
||||||
|
|
||||||
- `docker build . -t robocopng`
|
- `docker build . -t robocopng`
|
||||||
- `docker run --restart=always -v ~/robocop-ng:/usr/src/app/robocop_ng python:3.10`
|
- Assuming your robocop-ng repo is on `~/docker/`: `docker run --restart=always -v ~/docker/robocop-ng:/usr/src/app --name robocop_ng robocopng:latest`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue