implemented sorting headers, added ignoring (404) /favicon.ico requests

This commit is contained in:
Łukasz Budnik
2021-02-03 06:34:15 +01:00
parent c6c3cd5ed8
commit 3b5c522e2f
3 changed files with 19 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
FROM golang:1.13.5-alpine3.10 as builder
MAINTAINER Łukasz Budnik lukasz.budnik@gmail.com
LABEL maintainer="Łukasz Budnik lukasz.budnik@gmail.com"
# build yosoy
RUN apk add git