diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -21,7 +21,7 @@ when doing local backend development, make sure you change the backend address t `make fe-build` — builds development release of frontend in `frontend/build` -`make firebase` — deploys dev release of frontend to Firebase. Live at `ctrl-v.app` +`make fe-deploy` — deploys dev release of frontend to Firebase. Live at `ctrl-v.app` #### Backend `make run` — starts backend on `:8080` @@ -32,8 +32,6 @@ when doing local backend development, make sure you change the backend address t `make docker-run` — runs built Docker image on `:8080` -`make docker-all` — builds and runs built Docker image on `:8080` - `make docker-push` — pushes build Docker image to Dockerhub `make gcr` — tags and pushes iamge to Google Container Registry for Cloud Run. Changes are live on `api.ctrl-v.app`
\ No newline at end of file |