Skip to content
Snippets Groups Projects
Commit 400aaeee authored by Gabriel Engel's avatar Gabriel Engel
Browse files

added VOLUME directive

parent d81ac64e
No related merge requests found
......@@ -23,7 +23,9 @@ RUN curl -fSL "https://s3.amazonaws.com/rocketchatbuild/rocket.chat-v.latest.tgz
USER rocketchat
RUN mkdir ~/uploads
RUN mkdir /rocketchat
RUN mkdir /rocketchat/uploads
VOLUME /rocketchat
WORKDIR /app/bundle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment