all repos — homestead @ e1b72de1e3567b02f9c7b68ad0523cadfc968e93

Code for my website

copy static files directly in go

Alan Pearce
commit

e1b72de1e3567b02f9c7b68ad0523cadfc968e93

parent

7908475ecfeeb896d2283f9e2a2dd0c3ec820808

1 file changed, 0 insertions(+), 1 deletion(-)

changed files
M DockerfileDockerfile
@@ -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