We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f458dda commit 7102ce9Copy full SHA for 7102ce9
Dockerfile
@@ -49,10 +49,11 @@ ADD cronjob /etc/cron.daily/resourcespace
49
WORKDIR /var/www/html
50
51
RUN rm -f index.html \
52
- && svn co -q https://svn.resourcespace.com/svn/rs/releases/10.5 . \
+ && svn co -q https://svn.resourcespace.com/svn/rs/releases/10.6 . \
53
&& mkdir -p filestore \
54
&& chmod 777 filestore \
55
&& chmod -R 777 include/
56
+
57
58
# Copy custom entrypoint script
59
COPY entrypoint.sh /entrypoint.sh
0 commit comments