all repos — website @ 88e5a55c838a28c36573ad523e4bcf3ff51355f8

My website

copy static files directly in go

Alan Pearce
commit

88e5a55c838a28c36573ad523e4bcf3ff51355f8

parent

6b2d980df841068bca3fe88f2e39091858491edf

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