Skip to content

Commit

Permalink
feat(docker): Add source labels for GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Apr 12, 2024
1 parent 64836e4 commit cf2872c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.nginx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM nginx
LABEL org.opencontainers.image.source https://github.com/sika-training-examples/cro-php-example
WORKDIR /app
COPY index.php .
COPY nginx-site.conf /etc/nginx/conf.d/default.conf
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM php:8.3-fpm
LABEL org.opencontainers.image.source https://github.com/sika-training-examples/cro-php-example
WORKDIR /var/www/html
COPY /index.php .

0 comments on commit cf2872c

Please sign in to comment.