Removing old-style kapow.

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-04-26 07:45:33 +02:00
parent 63756ad784
commit ea02a50536
13 changed files with 0 additions and 1367 deletions
-10
View File
@@ -1,10 +0,0 @@
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