continue working on dev workflow:

This commit is contained in:
timmypidashev
2023-11-09 11:05:10 -08:00
parent d666c62af1
commit 7820806c26
5 changed files with 37 additions and 21 deletions

View File

@@ -0,0 +1,12 @@
version: '3'
services:
dns:
container_name: dns
build:
context: ./dns
dockerfile: Dockerfile.dev
args:
- BUILD_DATE=${BUILD_DATE}
- GIT_COMMIT=${GIT_COMMIT}