Fix the command in CONTRIBUTING.md

This commit is contained in:
c-bata
2022-07-28 10:16:02 +09:00
parent 48ac632a06
commit 1e1d2d38ac
+1 -1
View File
@@ -40,7 +40,7 @@ You can use the Docker image like below:
```
# SQLite3
$ docker run -it --rm -p 8080:8080 -v `pwd`:/app -w /app sqlite:///db.sqlite3
$ docker run -it --rm -p 8080:8080 -v `pwd`:/app -w /app optuna-dashboard sqlite:///db.sqlite3
```
### Running dashboard server