Skip to content

Commit

Permalink
Updated Dockerfile for Python3
Browse files Browse the repository at this point in the history
  • Loading branch information
InnovativeInventor authored and buglloc committed Jan 9, 2020
1 parent 5106919 commit 641060d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM python:2.7-alpine
FROM python:alpine

ADD . /src

WORKDIR /src

RUN python2 setup.py install
RUN python3 setup.py install

ENTRYPOINT ["gixy"]

0 comments on commit 641060d

Please sign in to comment.