Skip to content

Commit eadb9c5

Browse files
feat add source label
1 parent 2ff0b8d commit eadb9c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# https://github.com/docker-library/php/tree/master/8.1/bullseye/apache
22
FROM php:8.1.1-apache-bullseye
33

4+
LABEL org.opencontainers.image.source https://github.com/Container-Driven-Development/php-apache-sftp
5+
46
ENTRYPOINT ["/usr/local/bin/tini", "--", "/docker-entrypoint.sh"]
57

68
EXPOSE 36622/tcp

0 commit comments

Comments
 (0)