dockerfiles/php/Makefile

9 lines
115 B
Makefile
Raw Normal View History

2021-05-06 19:03:56 +00:00
all: pull build
pull:
docker pull php:8-fpm-alpine
build:
docker build --network yann_default -t php-alpine .