change the way dockerfile installs so that we dont have to change it all the time.

This commit is contained in:
Derek DeJonghe 2018-05-25 14:35:40 -04:00
parent 16f1489454
commit 38868cea79

View File

@ -14,7 +14,6 @@ WORKDIR /semver
ADD ./ /semver
RUN python setup.py sdist
RUN pip install dist/semver-1.0.4.tar.gz
RUN pip install -e .
CMD semver && semver_get_version