We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0598d10 commit c8744e2Copy full SHA for c8744e2
Docker/Dockerfile
@@ -58,4 +58,9 @@ WORKDIR /var/www/html/w
58
59
FROM production-mw AS final-mw
60
61
+LABEL org.opencontainers.image.source="https://github.com/ProfessionalWiki/NeoWiki"
62
+LABEL org.opencontainers.image.title="NeoWiki Experimental PoC Demo"
63
+LABEL org.opencontainers.image.licenses="GPL-2.0-or-later"
64
+LABEL org.opencontainers.image.authors="Professional Wiki <https://Professional.Wiki>"
65
+
66
COPY SettingsTemplate.php /var/www/html/w/LocalSettings.php
0 commit comments