Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
lfunderburk committed May 19, 2023
2 parents 71c7cfb + abb394f commit e535623
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:https://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 e535623

Please sign in to comment.