Add html templates, improved URL validation and control flag for shortened URL

This commit is contained in:
2019-04-29 20:06:11 +02:00
parent dc9472b5fd
commit ecbc575db7
8 changed files with 1058 additions and 83 deletions

View File

@ -13,5 +13,6 @@ FROM scratch
LABEL maintainer="Thomas Andrade <wolvie@gmail.com>"
COPY --from=builder /go/src/short/short /
COPY templates /templates
ENTRYPOINT [ "/short" ]