Add html templates, improved URL validation and control flag for shortened URL
This commit is contained in:
@ -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" ]
|
Reference in New Issue
Block a user