1
0
mirror of https://github.com/corona-warn-app/cwa-documentation synced 2024-06-14 11:29:51 +02:00
cwa-documentation/.gitpod.Dockerfile
skyperx b0502bf98b Fully automate dev setup with Gitpod
This commit implements a fully-automated development setup using Gitpod.io, an
online IDE for GitHub and GitLab that enables Dev-Environments-As-Code.
This makes it easy for anyone to get a ready-to-code workspace for any branch,
issue or pull request almost instantly with a single click.
2020-06-06 14:25:52 +00:00

8 lines
210 B
Docker

FROM gitpod/workspace-full
# Install custom tools, runtimes, etc.
# For example "bastet", a command-line tetris clone:
# RUN brew install bastet
#
# More information: https://www.gitpod.io/docs/config-docker/