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