mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
7 lines
162 B
Bash
7 lines
162 B
Bash
|
|
echo 'Starting Node 14.5 build...'
|
||
|
|
|
||
|
|
docker build --tag appwrite/env-node:14.5 .
|
||
|
|
|
||
|
|
echo 'Pushing Node 14.5 build to registry...'
|
||
|
|
|
||
|
|
docker push appwrite/env-node:14.5
|