Skip to content

Commit

Permalink
Add dockerfile for popper image
Browse files Browse the repository at this point in the history
  • Loading branch information
ivotron committed Jun 14, 2020
1 parent bf2bdde commit c6dd58f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM python:3.7.7-alpine3.12

COPY . /popper

RUN apk --no-cache add git && \
pip install --no-cache-dir /popper && \
rm -r /popper

ENTRYPOINT ["popper"]

0 comments on commit c6dd58f

Please sign in to comment.