standardnotes-web: Override metadata from static-web-server

This commit is contained in:
Peter Cai 2022-10-12 14:37:50 -04:00
parent 2a6cf5ad1e
commit 4405048014

View file

@ -23,3 +23,10 @@ RUN chmod +x /start.sh
ENV SERVER_CACHE_CONTROL_HEADERS=false
CMD [ "/start.sh" ]
LABEL org.opencontainers.image.vendor="Standard Notes" \
org.opencontainers.image.url="https://github.com/standardnotes" \
org.opencontainers.image.title="Standard Notes Web App" \
org.opencontainers.image.description="An encrypted note-taking app" \
org.opencontainers.image.version="${SN_TAG}" \
org.opencontainers.image.documentation="https://github.com/standardnotes"