Skip to content

Commit

Permalink
🆕 chore(.gitpod.yml): add Gitpod configuration file
Browse files Browse the repository at this point in the history
This commit adds a new file `.gitpod.yml` which contains the configuration for Gitpod. The configuration specifies the Dockerfile to use for the workspace image and a task to run on workspace initialization. The task runs the `make bootstrap-dev` command to set up the development environment.
  • Loading branch information
ThomasSanson committed Jun 10, 2023
1 parent 4f88eaa commit f4f4908
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
image:
file: .config/gitpod/Dockerfile

tasks:
- init: make bootstrap-dev

0 comments on commit f4f4908

Please sign in to comment.