/
githubmirror
/
Marlin
Обзор
Документация
Войти
/
githubmirror
/
Marlin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.1.1.4
docker-compose.yml
19 строк
522 B
Costas Basdekis
Local testing via Makefile & Docker (#19981)
18 ноя 2020, 05:04
Не верифицирован
18 ноя 2020, 05:04
1cceae8
Код
Авторство
О чём код?
version: "3.8" services: # The main image: this doesn't run any particular command, but is mainly used # for running tests locally marlin: image: marlin-dev build: dockerfile: Dockerfile context: docker working_dir: /code volumes: - .:/code - platformio-cache:/root/.platformio volumes: # This volume holds installed libraries for PlatformIO. If this is deleted you # will have to download all the dependencies again, which can be a very slow # process platformio-cache: