Skip to content

Commit

Permalink
Clean up and declare the plugins directory as a volume
Browse files Browse the repository at this point in the history
  • Loading branch information
crramirez committed Oct 9, 2018
1 parent 48fee41 commit 18569c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Expand Up @@ -4,4 +4,5 @@ mysql
README.md
upload
windows
limesurvey.tar.bz2

1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -35,6 +35,7 @@ RUN versions=(${LIMESURVEY_VERSION//+/ }) && \
sed -r -i "s/(config\['buildnumber'\] = ')(.*)('\;$)/\1${version}\3/g" /app/application/config/version.php

VOLUME /app/upload
VOLUME /app/plugins

EXPOSE 80 3306
CMD ["/start.sh"]
Binary file removed limesurvey.tar.bz2
Binary file not shown.

0 comments on commit 18569c2

Please sign in to comment.