Skip to content

Commit

Permalink
add volume for client/plugins (mattermost#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato authored and pichouk committed Sep 23, 2018
1 parent 788cb9f commit ddbc3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ CMD ["mattermost"]
EXPOSE 8000

# Declare volumes for mount point directories
VOLUME ["/mattermost/data", "/mattermost/logs", "/mattermost/config", "/mattermost/plugins"]
VOLUME ["/mattermost/data", "/mattermost/logs", "/mattermost/config", "/mattermost/plugins", "/mattermost/client/plugins"]

0 comments on commit ddbc3cc

Please sign in to comment.