Corrects a typo for VOLUME node_modules in both Dockerfiles.

This commit is contained in:
Jonathan Rosenbaum
2018-01-18 16:24:15 -05:00
parent 2a5fa1a0e3
commit ca15bd194a
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ COPY entrypoint.sh /entrypoint.sh
RUN sed -i 's/^node/exec\ node/' bin/run.sh
VOLUME /opt/draw/var /opt/draw/node_module
VOLUME /opt/draw/var /opt/draw/node_modules
RUN ln -s var/settings.json settings.json
EXPOSE 9002