changing docker file name

This commit is contained in:
Michael Gimbel
2017-02-23 20:49:45 +00:00
parent 2a8847e0fe
commit 0be33d3683

View File

@ -1,20 +0,0 @@
FROM centos:7
MAINTAINER RightBrain Networks "ops+docker@rightbrainnetworks.com"
RUN yum update -y && yum install -y epel-release
RUN yum install -y git
RUN yum install -y python-pip
RUN pip install --upgrade pip
RUN useradd -d /semver semver
WORKDIR /semver
ADD ./ /semver
RUN chown -R semver:semver /semver && chmod -R ug+x /semver/*
RUN pip install -r requirements.txt
CMD python get_version.py