Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 594 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 594 Bytes

docker-php

GitHub CI

This project automates the creation and publishing of a Docker image for PHP. It utilizes GitHub Actions to build, tag, and push the Docker image to a container registry.

Usage

  • Install from the command line
    $ docker pull ghcr.io/4lkaid/php:latest
    
  • Use as base image in Dockerfile
    FROM ghcr.io/4lkaid/php:latest
    

License

Licensed under the MIT License.