Skip to content

Commit 82ca8e1

Browse files
authored
Update Dockerfile
1 parent 2c0ae70 commit 82ca8e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ COPY scripts/test-8000.py /app/test-8000.py
55
RUN useradd -m appuser
66
USER appuser
77
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."
811
CMD ["python", "/app/test-8000.py"]

0 commit comments

Comments
 (0)