Skip to content

Commit 24c8e8f

Browse files
PostPolluxzadam
authored andcommitted
fix gitpod (zadam#658)
1 parent 1923bf7 commit 24c8e8f

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.gitpod.dockerfile

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
FROM gitpod/workspace-full
2+
3+
RUN sudo apt-get update \
4+
&& sudo apt-get install -yq --no-install-recommends \
5+
libpng16-16 \
6+
libpng-dev \
7+
pkg-config \
8+
autoconf \
9+
libtool \
10+
build-essential \
11+
nasm \
12+
libx11-dev \
13+
libxkbfile-dev \
14+
&& sudo rm -rf /var/lib/apt/lists/*
15+

.gitpod.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
image:
2+
file: .gitpod.dockerfile
3+
14
tasks:
25
- before: nvm install 10 && nvm use 10
36
init: npm install
4-
command: npm run start
7+
command: npm run start-server
8+
59
ports:
610
- port: 8080
711
onOpen: open-preview

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ Use a browser based dev environment
4646
Or clone locally and run
4747
```
4848
npm install
49-
npm run start
49+
npm run start-server
5050
```

0 commit comments

Comments
 (0)