mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
7 lines
154 B
Bash
7 lines
154 B
Bash
echo 'Starting PHP 7.4 build...'
|
|
|
|
docker build --tag appwrite/env-php:7.4 .
|
|
|
|
echo 'Pushing PHP 7.4 build to registry...'
|
|
|
|
docker push appwrite/env-php:7.4 |