Skip to content

Commit 17273eb

Browse files
committed
Add description metadata to Dockerfile
1 parent afa174e commit 17273eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,7 @@ VOLUME /var/www/tekst/static/
9898
EXPOSE 80
9999
USER tekst
100100

101+
LABEL org.opencontainers.image.description="A collaborative research platform for resources on natural language texts"
102+
101103
ENTRYPOINT ["entrypoint.sh"]
102104
CMD ["gunicorn", "tekst.app:app", "--config", "/etc/gunicorn/gunicorn_conf.py"]

0 commit comments

Comments
 (0)