diff --git a/Dockerfile b/Dockerfile index af8b60a..f0b6339 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,9 @@ RUN mkdir -p /opt/antholume WORKDIR /src COPY . . +# Test +RUN git log --oneline | head + # Compile RUN go build \ -ldflags "-X reichard.io/antholume/config.version=`git describe --tags`" \