Skip to content

Commit

Permalink
add custom logger only log if its not 200
Browse files Browse the repository at this point in the history
Signed-off-by: Rajiv Singh <[email protected]>
  • Loading branch information
rajiv-maersk committed Aug 20, 2024
1 parent 280051d commit 62dc4da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM golang:alpine3.17
WORKDIR /app

COPY go.mod go.sum ./
COPY handlers ./handlers
RUN go mod download

COPY *.go ./
Expand Down

0 comments on commit 62dc4da

Please sign in to comment.