FIX: docker dev access

This commit is contained in:
Eike Ahmels
2021-10-28 12:37:19 +02:00
parent 71eb86e833
commit f9d774bfb4
2 changed files with 4 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ RUN /bin/bash -c "source /tmp/install-moonraker2.sh && install_packages"
USER root
RUN usermod -aG dialout mainsail
RUN usermod -aG dialout,tty mainsail
RUN apt-get -y autoremove \
&& apt-get clean \

View File

@@ -21,6 +21,9 @@ services:
- api
api:
container_name: 'mainsail-stack-api'
privileged: true
tty: true
stdin_open: true
build:
context: api
dockerfile: Dockerfile