Added Dockerfile and removed PATH injection from shell.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM python:3.7
|
||||
RUN pip install pipenv
|
||||
COPY Pipfile Pipfile.lock /tmp/
|
||||
RUN cd /tmp && pipenv install --system --deploy
|
||||
COPY kapow /usr/bin
|
||||
COPY bin/* /usr/bin/
|
||||
ENTRYPOINT ["/usr/bin/kapow"]
|
||||
Reference in New Issue
Block a user