update: controller starts from base image

This commit is contained in:
Björn Ellensohn 2023-08-09 09:18:23 +02:00
parent b0af0db47c
commit efe6614635

View File

@ -32,7 +32,7 @@ services:
# Allows graphical programs in the container.
- /tmp/.X11-unix:/tmp/.X11-unix:rw
- ${XAUTHORITY:-$HOME/.Xauthority}:/root/.Xauthority
entrypoint: ./docker/entrypoint.sh
#entrypoint: ./docker/entrypoint.sh
# Overlay image containing the project specific source code.
overlay: