/gitpod-dockerfile-demo

A demo using a custom dockerfile

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Using a custom Gitpod Image

This shows how to leverage a custom built Gitpod image to maintain compliance and reproducibility with versions without changing the developer experience.

Open in Gitpod

The image used is martyjhenderson/gitpod-typescript:0.1.1

Note

The gitignore prevents commiting JS files directly to force the tsc command.