mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Fix PWD to pwd
This commit is contained in:
+1
-1
@@ -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 sqlite:///db.sqlite3
|
||||
```
|
||||
|
||||
### Running dashboard server
|
||||
|
||||
Reference in New Issue
Block a user