diff --git a/Dockerfile b/Dockerfile index 87beb80..f2def59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -283,7 +283,10 @@ COPY --from=ze-monitor /opt/ze-monitor/build/ze-monitor-*deb /opt/ RUN dpkg -i /opt/ze-monitor-*deb && rm /opt/ze-monitor-*deb RUN usermod -aG ze-monitor root -COPY /src/ /opt/airc/src/ +# While running in development mode via bind mounts, don't copy +# the source or follow on containers will always rebuild whenever +# the source changes. +#COPY /src/ /opt/airc/src/ SHELL [ "/bin/bash", "-c" ]