Merge pull request #5 from kczauz/master

update pojectsend version
This commit is contained in:
Josh Stark 2018-05-16 20:29:54 +01:00 committed by GitHub
commit 77b865a293
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/ && \