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

Latest commit

 

History

History
9 lines (7 loc) · 260 Bytes

File metadata and controls

9 lines (7 loc) · 260 Bytes

Building the build container

docker build -t wpcd-builder -f Dockerfile.build .
docker run --rm -ti -v $PWD:/usr/src/wordpress-cd-s3 wpcd-builder python setup.py sdist
docker build -t rossigee/wordpress-cd-s3 .
docker push rossigee/wordpress-cd-s3