Skip to content

Commit

Permalink
Meta dockerfile info
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Sep 29, 2024
1 parent 1599b80 commit f0e339f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ FROM php:8.3-apache
# Suppress warnings from apt about lack of Dialog
ENV DEBIAN_FRONTEND noninteractive

LABEL author="stayker.com" \
LABEL author="apiskeletons.com" \
org.label-schema.docker.dockerfile="/Dockerfile" \
org.label-schema.name="PHP using Apache" \
org.label-schema.url="https://apiskeletons.com/" \
org.label-schema.vcs-url="https://github.com/api-skeletons/laravel-doctrine-orm-graphql"
org.label-schema.vcs-url="https://github.com/api-skeletons/ldog"

# Command line utilities
RUN apt-get update
Expand Down

0 comments on commit f0e339f

Please sign in to comment.