We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0ae70 commit 82ca8e1Copy full SHA for 82ca8e1
Dockerfile
@@ -5,4 +5,7 @@ COPY scripts/test-8000.py /app/test-8000.py
5
RUN useradd -m appuser
6
USER appuser
7
EXPOSE 8000
8
+LABEL org.opencontainers.image.source="https://github.com/do6pbln9l/hh-oauth2-keendns-nginx-systemd"
9
+LABEL org.opencontainers.image.title="HeadHunter OAuth2 Infrastructure — Test Server"
10
+LABEL org.opencontainers.image.description="Minimal HTTP test server for validating nginx/KeenDNS reverse-proxy and OAuth callback path."
11
CMD ["python", "/app/test-8000.py"]
0 commit comments