mirror of
https://github.com/fspc/etherpad-and-draw-node-alpine.git
synced 2026-09-17 09:01:38 -04:00
Corrects a typo for VOLUME node_modules in both Dockerfiles.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user