mirror of
https://github.com/dalbodeule/sh0rt.kr-pdns.git
synced 2025-08-11 14:01:12 +00:00
add powerdns client codes.
This commit is contained in:
7
docker_build.sh
Executable file
7
docker_build.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# 현재 날짜와 시간을 YYMMDD(AM/PM)HHMM 형식으로 설정
|
||||
current_time=$(date +'%y%m%d%p%H%M')
|
||||
|
||||
# Docker 이미지 빌드 명령 실행
|
||||
docker build --no-cache -t dalbodeule/dnsapi:$current_time -t dalbodeule/dnsapi:latest .
|
Reference in New Issue
Block a user