Skip to content

Commit

Permalink
add docker instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lfunderburk authored May 18, 2023
1 parent d2d1b4b commit abb394f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ docker run -it --rm -p 8000:8000 -v /path/to/your/.env:/app/.env lgfunderburk/ve

Then visit http://localhost:8000

Alternatively, you can clone the repo and build the images locally

```
git clone https://github.com/lfunderburk/fuel-electric-hybrid-vehicle-ml.git
cd fuel-electric-hybrid-vehicle-ml
docker build -t myapi:latest -f Dockerfile.api .
docker build -t mydashapp:latest -f Dockerfile.dash .
```

## Setting up, locally

Clone the repo
Expand Down

0 comments on commit abb394f

Please sign in to comment.