Dockerfile
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
|||||||
|
FROM python:3.7.3-alpine3.8
|
||||||
|
|
||||||
|
# Install Dependences
|
||||||
|
RUN pip install pipenv
|
||||||
|
COPY Pipfile Pipfile.lock ./
|
||||||
|
RUN pipenv install --system --deploy && rm Pipfile Pipfile.lock
|
||||||
|
|
||||||
|
# Install kapow!
|
||||||
|
COPY kapow.py /usr/sbin/kapow
|
||||||
|
RUN chmod a+x /usr/sbin/kapow
|
||||||
Reference in New Issue
Block a user