Skip to content
Snippets Groups Projects
Commit f3c6fbe4 authored by David Trattnig's avatar David Trattnig
Browse files

chore: correctly pass UID:GID

parent 35a2b6c5
No related branches found
No related tags found
No related merge requests found
Pipeline #2812 passed
......@@ -22,6 +22,9 @@ help::
# Settings
UID = $(shell id -u)
GID = $(shell id -g)
AURA_ENGINE_CORE_ALSA_CONFIG := ${CURDIR}/config/asound.conf
AURA_ENGINE_CORE_SOCKET := "aura_engine_socket"
AURA_ENGINE_CORE_CONFIG := ${CURDIR}/config/engine-core.docker.ini
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment