forked from strausmann/minecraft-bedrock-connect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitpod.yml
25 lines (22 loc) · 763 Bytes
/
.gitpod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
image:
file: .gitpod.Dockerfile
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
tasks:
- before: |
bash .gp/bash/before-tasks.sh
nvm install node npm
npm install -g jshint
npm ci --cache .npm --prefer-offline
init: |
docker login -u "$DOCKERHUB_USER" -p "$DOCKERHUB_TOKEN"
curl -sSfL https://raw.githubusercontent.com/docker/scout-cli/main/install.sh | sh -s --
docker pull strausmann/minecraft-bedrock-connect:latest
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
ports:
- port: 19132
onOpen: ignore
vscode:
extensions:
- ms-azuretools.vscode-docker
- GitLab.gitlab-workflow
- josee9988.changelog-and-markdown-snippets