i just come out and take a bubble, haha \O^O/
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
FROM ubuntu:16.04
|
||||
MAINTAINER Urinx <uri.lqy@gmail.com>
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y python \
|
||||
python-dev \
|
||||
python-pip && \
|
||||
apt-get clean && \
|
||||
apt-get autoclean && \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
ADD weixin_bot.tar.gz /
|
||||
WORKDIR /weixin_bot
|
||||
|
||||
RUN pip install -r config/requirements.txt
|
||||
EXPOSE 80
|
||||
ENTRYPOINT ["./weixin_bot.py"]
|
||||
CMD [""]
|
||||
Reference in New Issue
Block a user