Skip to content

Commit

Permalink
dev(GitPods): Use latest node image
Browse files Browse the repository at this point in the history
  • Loading branch information
EntraptaJ committed Sep 9, 2023
1 parent 89ab5ba commit 149cc20
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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:
- init: npm install && npm run build
command: npm run start

image: gitpod/workspace-node:latest

0 comments on commit 149cc20

Please sign in to comment.