mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-14 11:58:04 +00:00
Add Docker build command
This commit is contained in:
parent
f3afdf2977
commit
c7d554efa5
1 changed files with 5 additions and 0 deletions
|
@ -581,6 +581,11 @@ If you're on Windows, replace `"$(pwd)"` by the absolute path to your current di
|
||||||
docker run -p 8080:8080 --mount type=bind,source=C:/Users/Chris/Desktop/config.yaml,target=/config/config.yaml --name gatus twinproduction/gatus
|
docker run -p 8080:8080 --mount type=bind,source=C:/Users/Chris/Desktop/config.yaml,target=/config/config.yaml --name gatus twinproduction/gatus
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To build the image locally:
|
||||||
|
```
|
||||||
|
docker build . -t twinproduction/gatus
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Running the tests
|
## Running the tests
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue