fix(.gitpod.yml): use lts node (#49382)

* fix: use lts node in gitpod

* fix: use custom Dockerfile

* fix: actually use the image...
This commit is contained in:
Oliver Eyton-Williams
2023-02-14 16:54:33 +01:00
committed by GitHub
parent 96a821a2ac
commit 3a1ad99f0b
2 changed files with 10 additions and 1 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
image: gitpod/workspace-mongodb
image:
file: .gitpod.Dockerfile
ports:
- port: 27017 # mongodb
onOpen: ignore