diff --git a/.gitignore b/.gitignore index d7f611d..74c8e88 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ Temporary Items .env docker-compose/ +__debug_bin* diff --git a/Dockerfile b/Dockerfile index efca79e..4bab49e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,6 @@ # STEP 1 build executable binary ############################ FROM golang:alpine AS builder -LABEL org.opencontainers.image.source="https://github.com/harshsinghvi/golang-postgres-kubernetes" # Install git. # Git is required for fetching the dependencies. RUN apk update && apk add --no-cache 'git=~2'