maj readme
This commit is contained in:
parent
db569c9460
commit
c42a9ef118
12
README.md
12
README.md
@ -22,7 +22,7 @@ npm install
|
||||
|
||||
### usage
|
||||
|
||||
- To run in dev mode: `
|
||||
- To run in dev mode:
|
||||
```bash
|
||||
npm run dev
|
||||
```
|
||||
@ -32,6 +32,16 @@ npm run dev
|
||||
npm run build
|
||||
```
|
||||
|
||||
- Build Docker image:
|
||||
```bash
|
||||
docker build -t terminal-cv:1.0 .
|
||||
```
|
||||
|
||||
- Run A container after build:
|
||||
```bash
|
||||
docker run -d -p 9999:80 terminal-cv:1.0
|
||||
```
|
||||
|
||||
## config
|
||||
|
||||
### commands.json
|
||||
|
Loading…
x
Reference in New Issue
Block a user