Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Commit b1f1807

Browse files
author
kurdy
committed
add gitpod.io
1 parent 5763b34 commit b1f1807

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.gitpod.Dockerfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
FROM gitpod/workspace-full:latest
2+
3+
USER root
4+
RUN apt-get update
5+
RUN apt-get install -y rsync
6+
RUN apt-get clean && rm -rf /var/cache/apt/* && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/*
7+
8+
USER gitpod
9+
RUN sh -c "$(curl -fsSL https://smartcontracts.org/install.sh)"
10+
RUN echo "export PATH=\"\$PATH:/home/gitpod/bin\"" >> /home/gitpod/.bashrc

.gitpod.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
file: .gitpod.Dockerfile
2+
3+
vscode:
4+
extensions:
5+
- esbenp.prettier-vscode
6+
- https://ipfs.io/ipfs/bafybeiczpm5sslepsjc57b6wpvsnkua3ezsmfzeu7luooc2b2wuc7gwjxi?dfinity-foundation.vscode-motoko-0.3.9.vsix
7+
ports:
8+
- port: 8000
9+
onOpen: open-preview
10+
- port: 8080
11+
onOpen: open-browser
12+
tasks:
13+
- command: npm install
14+
- command: dfx start

0 commit comments

Comments
 (0)