Mettre à jour 'cachethq/Dockerfile'

This commit is contained in:
Dryusdan 2017-11-02 15:44:52 +00:00
parent 0dcdad6ece
commit cd3e6f8d40
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ ENV UID=991 GID=991 \
RUN apk -U add git curl \
&& git clone --branch v2.3.13 https://github.com/CachetHQ/Cachet.git /cachetHQ \
&& git clone --branch v2.3.13 https://github.com/CachetHQ/Cachet.git /cachetHQ
COPY rootfs /
WORKDIR cachetHQ
RUN chmod +x /usr/local/bin/startup \