mirror of
https://github.com/resourcespace/docker.git
synced 2025-10-07 01:54:28 +00:00
Update Dockerfile to pull ResourceSpace 10.6
This commit is contained in:
@@ -49,11 +49,12 @@ ADD cronjob /etc/cron.daily/resourcespace
|
|||||||
WORKDIR /var/www/html
|
WORKDIR /var/www/html
|
||||||
|
|
||||||
RUN rm -f index.html \
|
RUN rm -f index.html \
|
||||||
&& svn co -q https://svn.resourcespace.com/svn/rs/releases/10.5 . \
|
&& svn co -q https://svn.resourcespace.com/svn/rs/releases/10.6 . \
|
||||||
&& mkdir -p filestore \
|
&& mkdir -p filestore \
|
||||||
&& chmod 777 filestore \
|
&& chmod 777 filestore \
|
||||||
&& chmod -R 777 include/
|
&& chmod -R 777 include/
|
||||||
|
|
||||||
|
|
||||||
# Copy custom entrypoint script
|
# Copy custom entrypoint script
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
|
Reference in New Issue
Block a user