Add debug output for config

This commit is contained in:
Manuel Rüger
2023-05-03 15:59:18 +02:00
parent 51accf008f
commit 2b756daf37
6 changed files with 22 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.20.3 as builder
FROM golang:1.20.4 as builder
ENV GOPATH="/go"
WORKDIR /go/src/github.com/kovetskiy/mark
COPY / .