Skip to content

Commit 884f41d

Browse files
committed
Configure Docker image source
1 parent 8611e21 commit 884f41d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ RUN poetry run python translator.py --compile --render
2525
# deployment container
2626
FROM nginx:1-alpine
2727

28+
LABEL org.opencontainers.image.source="https://github.com/AppImage/AppImageKit"
29+
2830
COPY docker/nginx.conf /etc/nginx/
2931

3032
# check nginx config

0 commit comments

Comments
 (0)