Skip to content

Instantly share code, notes, and snippets.

@jeromewu
Last active December 8, 2019 06:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeromewu/458da8da43c2da16650d9781faf21fdd to your computer and use it in GitHub Desktop.
Save jeromewu/458da8da43c2da16650d9781faf21fdd to your computer and use it in GitHub Desktop.
image:
file: .gitpod.Dockerfile
tasks:
- init: wget https://github.com/jeromewu/docker-workspace/raw/master/vim.zip -O /tmp/vim.zip &> /dev/null && unzip /tmp/vim.zip -d /home/gitpod &> /dev/null
- init: yarn install
command: yarn start
ports:
- port: 3000
onOpen: open-preview
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment