mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-19 21:07:20 +00:00
25 lines
368 B
YAML
25 lines
368 B
YAML
image:
|
|
file: Dockerfile
|
|
|
|
ports:
|
|
- port: 3000
|
|
onOpen: open-preview
|
|
- port: 5900
|
|
onOpen: ignore
|
|
- port: 6080
|
|
onOpen: ignore
|
|
|
|
tasks:
|
|
- init: >
|
|
yarn &&
|
|
yarn --cwd ./browser-app start
|
|
|
|
github:
|
|
prebuilds:
|
|
master: true
|
|
branches: true
|
|
pullRequests: true
|
|
pullRequestsFromForks: true
|
|
addComment: false
|
|
addBadge: false
|