aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index e5d15cf..d49a833 100644
--- a/README.md
+++ b/README.md
@@ -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