Commit 90c2390f authored by Dave Lane's avatar Dave Lane
Browse files

removed extra defined Volumes that were causing problems

parent 67d17ac9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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"