Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Latest commit

 

History

History
29 lines (22 loc) · 474 Bytes

File metadata and controls

29 lines (22 loc) · 474 Bytes

k8s-dockerfiles

Build commands

PHP Image

cd site-dockerfiles
docker build -t easyengine/k8s-php:v1.0.0 -f php-fpm/Dockerfile .

PHP Cron Image

cd site-dockerfiles
docker build -t easyengine/k8s-php-cron:v1.0.0 -f php-cron/Dockerfile .

Nginx Image

cd site-dockerfiles
docker build -t easyengine/k8s-nginx:v1.0.0 -f nginx/Dockerfile .

Redis Image

cd redis
docker build -t easyengine/k8s-redis:v1.0.0 .