Skip to content

Commit 0669b4d

Browse files
committed
add gitpods file
1 parent ad364a2 commit 0669b4d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitpod.Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM gitpod/workspace-full-vnc
2+
3+
RUN sudo apt-get update \
4+
&& sudo apt-get install -y \
5+
libasound2-dev \
6+
libgtk-3-dev \
7+
libnss3-dev

.gitpod.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
image:
2+
file: .gitpod.Dockerfile
3+
4+
tasks:
5+
- init: npm install && npm run build

0 commit comments

Comments
 (0)