diff --git a/Dockerfile b/Dockerfile index 579277f..88e2da4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,5 +20,7 @@ RUN chmod +x /usr/local/bin/register.sh /usr/local/bin/entrypoint.sh COPY litefs.yml /etc/litefs.yml # LiteFS becomes the supervisor. -# It will mount the FUSE fs and then execute our entrypoint script. -ENTRYPOINT ["litefs", "mount", "--", "/usr/local/bin/entrypoint.sh"] \ No newline at end of file + +# It will mount the FUSE fs and then execute the command defined in litefs.yml's exec section. + +ENTRYPOINT ["litefs", "mount"]