diff --git a/Dockerfile b/Dockerfile index ffaf726..13f6471 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ WORKDIR /app COPY install.sh /app/install.sh RUN bash install.sh +COPY utopia.cfg /app/utopia.cfg COPY start.sh /app/start.sh RUN chmod +x /app/start.sh diff --git a/start.sh b/start.sh index 81d5efc..1da01e5 100644 --- a/start.sh +++ b/start.sh @@ -8,3 +8,5 @@ if [ ! -f /app/account.db ]; then cd /app fi } + +/opt/utopia/messenger/utopia --headless --configPath=/app/utopia.cfg