You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
paopao-ce/scripts/docker
Michael Li e8b65edff7
add all-in-one docker image build scripts
9 months ago
..
Dockerfile.allinone-runner add all-in-one docker image build scripts 9 months ago
Dockerfile.backend-builder prepare a all in one docker image build configure 9 months ago
Dockerfile.backend-runner prepare a all in one docker image build configure 9 months ago
README.md add all-in-one docker image build scripts 9 months ago

README.md

Dockerfile builer pre-build images

docker build -t bitbus/paopao-ce-backend-builder:latest -f Dockerfile.backend-builder .
docker build -t bitbus/paopao-ce-backend-runner:latest -f Dockerfile.backend-runner .
docker build -t bitbus/paopao-ce-allinone-runner:latest -f scripts/docker/Dockerfile.allinone-runner .