We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e7680 commit a24ecabCopy full SHA for a24ecab
.gitpod.Dockerfile
@@ -0,0 +1,7 @@
1
+FROM gitpod/workspace-full:latest
2
+
3
+RUN bash -c 'VERSION="14" \
4
+ && source $HOME/.nvm/nvm.sh && nvm install $VERSION \
5
+ && nvm use $VERSION && nvm alias default $VERSION'
6
7
+RUN echo "nvm use default &>/dev/null" >> ~/.bashrc.d/51-nvm-fix
.gitpod.yml
@@ -1,9 +1,11 @@
# 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.
+image:
+ file: .gitpod.Dockerfile
tasks:
- - init: npm install
8
+ - init: npm install && npm install -g commitizen
9
command: npm run dev
10
11
0 commit comments