From a625c1284094dfe57022419ed0844ae486aff56b Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Sun, 7 Jun 2020 16:47:56 -0700 Subject: makefile update --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3