Skip to content

Commit

Permalink
updated package-lock and gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
marwin1991 committed Nov 20, 2022
1 parent 51d3f4a commit f5e565d
Show file tree
Hide file tree
Showing 3 changed files with 1,208 additions and 1,459 deletions.
7 changes: 7 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM gitpod/workspace-full:latest

RUN bash -c 'VERSION="19.1.0" \
&& source $HOME/.nvm/nvm.sh && nvm install $VERSION \
&& nvm use $VERSION && nvm alias default $VERSION'

RUN echo "nvm use default &>/dev/null" >> ~/.bashrc.d/51-nvm-fix
3 changes: 3 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
image:
file: .gitpod.Dockerfile

# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
tasks:
- init: npm install && npm run build
Expand Down
Loading

0 comments on commit f5e565d

Please sign in to comment.