add php
fix dnsdist url
This commit is contained in:
parent
0dcc701b6c
commit
d6e39dae83
8 changed files with 121 additions and 1 deletions
8
php/Makefile
Normal file
8
php/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
all: pull build
|
||||
|
||||
|
||||
pull:
|
||||
docker pull php:8-fpm-alpine
|
||||
|
||||
build:
|
||||
docker build --network yann_default -t php-alpine .
|
||||
Loading…
Add table
Add a link
Reference in a new issue