PowerTools/backend/create_docker_img.sh

5 lines
109 B
Bash
Executable file

#!/bin/bash
# build docker container locally (for testing)
docker build --pull --rm -t powertools_backend .