Merge pull request #1 from kczauz/kczauz-update-version

update to latest version of projectsend
This commit is contained in:
kczauz 2018-04-13 11:23:22 -04:00 committed by GitHub
commit 92a94f0992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ RUN \
rm /var/www/localhost/htdocs/index.html && \
curl -o \
/tmp/ProjectSend.tar.gz -L \
"https://codeload.github.com/ignacionelson/ProjectSend/tar.gz/r756" && \
"https://codeload.github.com/ignacionelson/ProjectSend/tar.gz/r1053" && \
tar -zxf \
/tmp/ProjectSend.tar.gz --strip-components=1 -C /var/www/localhost/htdocs/ && \
mv /var/www/localhost/htdocs/upload /defaults/ && \