Skip to content

Commit

Permalink
Merge pull request #49 from TomHAnderson/hotfix/dockerfile
Browse files Browse the repository at this point in the history
Meta dockerfile info
  • Loading branch information
TomHAnderson authored Sep 29, 2024
2 parents 1599b80 + f0e339f commit d1f21b9
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 d1f21b9

Please sign in to comment.