fix dnsdist url
This commit is contained in:
Yann Verry 2021-05-06 21:03:56 +02:00
parent 0dcc701b6c
commit d6e39dae83
Signed by: yann
GPG key ID: 19754E8692B8416C
8 changed files with 121 additions and 1 deletions

8
php/Makefile Normal file
View file

@ -0,0 +1,8 @@
all: pull build
pull:
docker pull php:8-fpm-alpine
build:
docker build --network yann_default -t php-alpine .