mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-06-08 14:58:21 +00:00
4 lines
137 B
Bash
Executable File
4 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
|
|
current_time=$(date +"%Y%m%d%H%M")
|
|
docker build -t dalbodeule/chzzkbot:latest -t dalbodeule/chzzkbot:$current_time --push . |