Loading docker-wenotes-base/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ RUN echo "export VISIBLE=now" >> /etc/profile \ #RUN chmod u+x /root/conf/*.sh # expose relevant volumes VOLUME ["/opt/wenotes/tools", "/opt/wenotes/logs", "/opt/wenotes/tools/options.json", "/opt/wenotes/tools/msmtprc"] VOLUME ["/opt/wenotes/tools", "/opt/wenotes/logs"] # First, say we're doing it #RUN echo "running run.sh - /root/conf/run.sh" Loading docker-wenotes-pm2/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ COPY ./conf /root/conf/ RUN chmod u+x /root/conf/*.sh # expose relevant volumes VOLUME ["/opt/wenotes/tools", "/opt/wenotes/logs", "/opt/wenotes/tools/options.json", "/opt/wenotes/tools/msmtprc"] VOLUME ["/opt/wenotes/tools", "/opt/wenotes/logs", "/opt/wenotes/tools/msmtprc"] # First, say we're doing it RUN echo "running run.sh - /root/conf/run.sh" Loading Loading
docker-wenotes-base/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ RUN echo "export VISIBLE=now" >> /etc/profile \ #RUN chmod u+x /root/conf/*.sh # expose relevant volumes VOLUME ["/opt/wenotes/tools", "/opt/wenotes/logs", "/opt/wenotes/tools/options.json", "/opt/wenotes/tools/msmtprc"] VOLUME ["/opt/wenotes/tools", "/opt/wenotes/logs"] # First, say we're doing it #RUN echo "running run.sh - /root/conf/run.sh" Loading
docker-wenotes-pm2/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ COPY ./conf /root/conf/ RUN chmod u+x /root/conf/*.sh # expose relevant volumes VOLUME ["/opt/wenotes/tools", "/opt/wenotes/logs", "/opt/wenotes/tools/options.json", "/opt/wenotes/tools/msmtprc"] VOLUME ["/opt/wenotes/tools", "/opt/wenotes/logs", "/opt/wenotes/tools/msmtprc"] # First, say we're doing it RUN echo "running run.sh - /root/conf/run.sh" Loading