mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
b3c0237ad9
using alpine for the docker instead of ubuntu cuts the size and installation time by quite a bit
3 lines
116 B
Bash
Executable File
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
|