feat(config): Update Dockerfile to use simplified LiteFS ENTRYPOINT
This commit is contained in:
@@ -20,5 +20,7 @@ RUN chmod +x /usr/local/bin/register.sh /usr/local/bin/entrypoint.sh
|
|||||||
COPY litefs.yml /etc/litefs.yml
|
COPY litefs.yml /etc/litefs.yml
|
||||||
|
|
||||||
# LiteFS becomes the supervisor.
|
# LiteFS becomes the supervisor.
|
||||||
# It will mount the FUSE fs and then execute our entrypoint script.
|
|
||||||
ENTRYPOINT ["litefs", "mount", "--", "/usr/local/bin/entrypoint.sh"]
|
# It will mount the FUSE fs and then execute the command defined in litefs.yml's exec section.
|
||||||
|
|
||||||
|
ENTRYPOINT ["litefs", "mount"]
|
||||||
|
|||||||
Reference in New Issue
Block a user