all: image container image: bootstrap/Dockerfile.in /bin/bash ./bootstrap/configure cpp -o ./bootstrap/Dockerfile bootstrap/Dockerfile.in echo "Build contentserver image" docker build -t saws/bootstrapcs:CS17.0 ./bootstrap container: docker-compose up --build -d