Skip to content
Snippets Groups Projects
Commit 53c0ba7e authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

remove line that copies bot/ directory into container

parent f583c53e
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@ RUN pip install -r /home/errbot/requirements.txt
# copy bot code to it's new home
USER errbot
RUN mkdir -p /home/errbot/bot/ /home/errbot/bot/log
ADD bot /home/errbot/bot/
# Use the example config as the docker one
RUN config.skel.py config.py
......
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