.gitpod.yml
workspaces use the workspace-full
image by default, which comes with many commonly used utilities. If you want to override the workspace image you can reference a built Docker image.
.gitpod.yml
file:
5432
. Let’s add a port configuration to define and ignore that port in our .gitpod.yml
.
Again, copy the following lines into your .gitpod.yml
file:
init-db.sh
script to our .gitpod.yml
. Copy the following into the tasks
block that we created earlier: