Added webpage

This commit is contained in:
2021-03-21 08:42:56 +00:00
parent 74dde9116e
commit 032351e8f1
5 changed files with 207 additions and 47 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:alpine AS builder
FROM golang:1.16-alpine AS builder
RUN apk update && apk add --no-cache git && apk add -U --no-cache ca-certificates
WORKDIR /app/
ADD go.mod go.sum ./