Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagleft committed Feb 16, 2023
1 parent c226e75 commit 49426de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ if [ ! -f /app/account.db ]; then
cd /app
fi
}

/opt/utopia/messenger/utopia --headless --configPath=/app/utopia.cfg

0 comments on commit 49426de

Please sign in to comment.