Provide MRVA_SERVER_ROOT via environment variable

This commit is contained in:
Michael Hohn
2024-06-11 20:13:13 -07:00
committed by =Michael Hohn
parent 4b721b5969
commit 765a76f75a
2 changed files with 11 additions and 10 deletions

View File

@@ -37,6 +37,8 @@ services:
server:
image: ubuntu:22.04
container_name: server
environment:
- MRVA_SERVER_ROOT=/mrva/mrvacommander/cmd/server
command: sh -c "apt-get update && apt-get install -y curl && tail -f /dev/null"
ports:
- "8080:8080"