Skip to content

Commit

Permalink
fix the Dockerfile (irc3 config madness)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed May 23, 2017
1 parent d71b160 commit 5817e71
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ COPY requirements.txt /tmp/requirements.txt

RUN pip install --upgrade --trusted-host content.dev.faforever.com -r /tmp/requirements.txt

RUN cat /config/config.ini
ADD . /code/
WORKDIR /code/

CMD irc3 /config/config.ini
VOLUME /config

# irc3 searches for the plugin files in the folder of the configuration file
CMD cp /config/config.ini ./config.ini && irc3 config.ini

0 comments on commit 5817e71

Please sign in to comment.