CMakeLists.txt (239B)
1 configure_file(Dockerfile Dockerfile COPYONLY) 2 3 # No image version tag: this Docker image should not be pushed to the Docker Hub. 4 add_custom_target(docker-archlinux 5 COMMAND docker build -t ${DOCKER_USERNAME}/pism-archlinux . 6 VERBATIM)