copy static files directly in go
1 file changed, 0 insertions(+), 1 deletion(-)
changed files
M Dockerfile → Dockerfile
@@ -14,7 +14,6 @@ # RUN go vet ./... ENV ENV=production RUN go run ./cmd/build -RUN cp -r static/.well-known static/* public ENV GOOS=linux GOARCH=amd64 CGO_ENABLED=0 RUN go build server.go