FROM ubuntu:20.04 RUN apt-get update && apt-get install -y inotify-tools COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh CMD ["/entrypoint.sh"]