Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
bmf-san committed Nov 11, 2023
1 parent 905e241 commit f3fa15c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion _examples/proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ WORKDIR /app

COPY . .

CMD ["./main", "-config", "./config.yaml"]
ENTRYPOINT ["./main", "-config", "./config.yaml"]
1 change: 0 additions & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ func main() {
slog.Error(err.Error())
os.Exit(1)
}
defer f.Close()

defer func() {
err = f.Close()
Expand Down

0 comments on commit f3fa15c

Please sign in to comment.