Docker ready
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM python:3.6
|
||||
# MAINTAINER Sergey (@Kylmakalle) <iceman9831@gmail.com>
|
||||
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
RUN mkdir /src
|
||||
WORKDIR /src
|
||||
COPY requirements.txt /src/
|
||||
RUN pip install -r requirements.txt
|
||||
COPY . /src
|
||||
|
||||
|
Reference in New Issue
Block a user