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