Skip to content

metafoxapp/docker-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-builder

build docker image

Build foxsystem/php:fpm

docker buildx build ./php --tag=foxsystem/php:fpm --target=fpm --push --file=Dockerfile

**Build foxsystem/php:swoole**

docker buildx build ./php --tag=foxsystem/php:swoole --target=swoole --push --file=Dockerfile