Uguu/docker_purge.sh
nokonoko b3c0237ad9 docker support added
using alpine for the docker instead of ubuntu cuts the size and installation time by quite a bit
2022-04-17 15:14:43 +02:00

3 lines
116 B
Bash
Executable file

#!/bin/bash
make DOCKER_TAG=$(cat package.json | grep version | cut -d '"' -f4) CONTAINER_NAME=uguu purge-container