Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-ghayyad authored Feb 1, 2024
1 parent 569a807 commit f00de64
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,26 @@ You can test, train, and diagnostic your HID API endpoint on https://mrdoc.hidde

[axios](https://axios-http.com/)

## Run Locally
## Run Production Docker Container

Copy your desired dockerfile in your working directory, we have two dockerfiles Dockerfile is ubuntu and nginx
Dockerfile-Alpine-Nginx is Alpine Linux and nginx

then build a docker image

```bash
docker build -t hidiagdockerimage .
```

```bash
docker container run -p 80 -d --name hidiagcontainername hidiagdockerimage .
```

Now visit http://localhost

Enjoy!

## Run Development version Locally

Clone the project

Expand Down

0 comments on commit f00de64

Please sign in to comment.