update Docker file to allow other users to run semver

This commit is contained in:
Derek DeJonghe 2018-05-25 16:08:38 -04:00
parent 38868cea79
commit 3669534e47
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ RUN useradd -d /semver semver
WORKDIR /semver
ADD ./ /semver
RUN chmod -R +r /semver && chmod +x /semver
RUN pip install -e .

View File

@ -1 +1 @@
version=1.0.5
version=1.0.6