Dockerfile for helga chatbot
Grab from docker cloud with: docker pull narfman0/docker-helga
Build locally with docker build . -t helga
You might want to use a Dockerfile to extend this to add plugins and config. Something like:
FROM narfman0/docker-helga:latest
RUN pip install \
helga-quip \
helga-flip \
helga-lingo \
helga-reminders \
helga-elo
ADD settings.py /usr/local/bin/settings.py
ENTRYPOINT ["/usr/local/bin/entrypoint.sh", "--settings=/usr/local/bin/settings.py"]
Copyright 2018 Jon Robison
See LICENSE for details
Content type
Image
Digest
Size
303.2 MB
Last updated
over 8 years ago
docker pull narfman0/docker-helga