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

7 lines
166 B
Bash

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