docker compose readme
This commit is contained in:
parent
3258a55ea2
commit
b95d6c6a4a
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@ Both ways will create a webserver that listens on port 3000.
|
||||||
## Docker
|
## Docker
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
docker compose up -d
|
||||||
|
# or
|
||||||
docker build . --tag codestats-readme
|
docker build . --tag codestats-readme
|
||||||
docker run -d -p 3000:3000 --name codestats codestats-readme:latest
|
docker run -d -p 3000:3000 --name codestats codestats-readme:latest
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue