standardnotes-web: Override metadata from static-web-server
This commit is contained in:
parent
2a6cf5ad1e
commit
4405048014
1 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue