service-wallabag/Dockerfile

9 lines
218 B
Text
Raw Normal View History

2024-07-06 16:26:48 +00:00
FROM wallabag/wallabag:2.6.9
# Copy custom entrypoint script
COPY --chown=wallabag:wallabag --chmod=755 entrypoint-wrapper.sh /entrypoint-wrapper.sh
# Set the custom entrypoint
ENTRYPOINT ["/entrypoint-wrapper.sh"]