draft gitpod config

This commit is contained in:
Mayel de Borniol 2022-07-29 07:19:54 +00:00
parent 471b45128b
commit aef66626ef
2 changed files with 16 additions and 0 deletions

8
.gitpod-dockerfile Normal file
View file

@ -0,0 +1,8 @@
FROM gitpod/workspace-postgresql
RUN sudo apt-get update \
&& sudo apt-get install -y \
yarn \
&& sudo rm -rf /var/lib/apt/lists/*
RUN brew install just elixir

8
.gitpod.yml Normal file
View file

@ -0,0 +1,8 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.
tasks:
- name: Setup
init: just setup
command: just dev