mirror of
https://github.com/nikdoof/dropbot.git
synced 2025-12-23 22:59:22 +00:00
Mention Docker in README.md
This commit is contained in:
@@ -5,9 +5,10 @@ RUN apt-get -qqy update
|
||||
RUN apt-get -qqy upgrade
|
||||
RUN apt-get -qqy install python-pip
|
||||
|
||||
ADD dropbot requirements.txt /usr/src/app/
|
||||
ADD . /usr/src/app/
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
RUN python setup.py install
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
CMD ["python", "dropbot/cli.py", "-c", "env"]
|
||||
|
||||
Reference in New Issue
Block a user