hid-keyboard-dongle-nRF/docker-compose.yml

14 lines
256 B
YAML
Raw Normal View History

2021-02-14 14:34:09 +11:00
version: '3.4'
services:
nordic-gcc:
container_name: nordic-gcc
# image: hidkeyboarddongle
build:
context: .
dockerfile: ./Dockerfile
entrypoint: /bin/sh
working_dir: /usr/
stdin_open: true
tty: true