Skip to content

Commit 9c40466

Browse files
Ayane Satomicode-asher
authored andcommitted
Add Google Cloud quick-launch button (#1069)
1 parent 95693fb commit 9c40466

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Try it out:
88
```bash
99
docker run -it -p 127.0.0.1:8080:8080 -v "${HOME}/.local/share/code-server:/home/coder/.local/share/code-server" -v "$PWD:/home/coder/project" codercom/code-server:v2
1010
```
11+
[![Run on Google Cloud](https://storage.googleapis.com/cloudrun/button.svg)](https://deploy.cloud.run?dir=gcloud/)
1112

1213
- **Consistent environment:** Code on your Chromebook, tablet, and laptop with a
1314
consistent dev environment. develop more easily for Linux if you have a

gcloud/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM codercom/code-server:v2
2+
3+
EXPOSE 8080

0 commit comments

Comments
 (0)