add dockerfile, add get-metadata.sh, docker-build.sh

This commit is contained in:
dalbodeule
2024-06-13 01:33:11 +09:00
parent 2d28bf8bcb
commit 639ed5faed
5 changed files with 282 additions and 1 deletions

4
docker-build.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
current_time=$(date +"%Y%m%d%H%M")
docker build -t dalbodeule/chzzkbot:latest -t dalbodeule/chzzkbot:$current_time --push .