Skip to content

Commit b915aad

Browse files
Update dgraph/self-managed/cloud-run.mdx
Co-authored-by: Copilot <[email protected]>
1 parent 5e50d59 commit b915aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dgraph/self-managed/cloud-run.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Deploy Dgraph Alpha to Cloud Run:
179179

180180
```bash
181181
gcloud run deploy dgraph-cr \
182-
--image gcr.io/($PROJECT_ID)/dgraph-cr \
182+
--image gcr.io/$PROJECT_ID/dgraph-cr \
183183
--platform managed \
184184
--region us-central1 \
185185
--allow-unauthenticated \

0 commit comments

Comments
 (0)