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"]