Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdelsordo committed Sep 25, 2023
1 parent 47e7db4 commit 6e6e33d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/front/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,14 @@ We also have a dummy json-server located at `/frontend/jsonserver`. However, it'
10. Make sure to copy the pull request link and paste into the frontend slack page so that folks notice.
11. After your pull request is approved, you can merge it and close any github issue related to the pull request.


## Building Docker Image for Mass Open Cloud

Assuming you are pushing to the Docker registry for mzagaja, you should do:

```sh
docker build --platform linux/amd64 --build-arg REACT_APP_API_URL=http://api.bostonhpa.org -t mzagaja/bhpa-frontend:latest --push .
```

---

# Getting Started with Create React App
Expand Down

0 comments on commit 6e6e33d

Please sign in to comment.