change the way dockerfile installs so that we dont have to change it all the time.
This commit is contained in:
parent
16f1489454
commit
38868cea79
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user