We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8611e21 commit 884f41dCopy full SHA for 884f41d
Dockerfile
@@ -25,6 +25,8 @@ RUN poetry run python translator.py --compile --render
25
# deployment container
26
FROM nginx:1-alpine
27
28
+LABEL org.opencontainers.image.source="https://github.com/AppImage/AppImageKit"
29
+
30
COPY docker/nginx.conf /etc/nginx/
31
32
# check nginx config
0 commit comments