1
0
Fork 0
mirror of synced 2024-07-15 03:16:14 +12:00
appwrite/docker/environments/python-3.8/build.sh

7 lines
166 B
Bash
Raw Normal View History

2020-07-16 16:30:08 +12:00
echo 'Starting Python 3.8 build...'
docker build --tag appwrite/env-python:3.8 .
echo 'Pushing Python 3.8 build to registry...'
docker push appwrite/env-python:3.8