dockerfiles/php/Makefile
Yann Verry d6e39dae83
add php
fix dnsdist url
2021-05-06 21:03:56 +02:00

9 lines
115 B
Makefile

all: pull build
pull:
docker pull php:8-fpm-alpine
build:
docker build --network yann_default -t php-alpine .