about summary refs log tree commit diff stats
path: root/Dockerfile
diff options
context:
space:
mode:
authorAlan Pearce2024-04-18 17:37:07 +0200
committerAlan Pearce2024-04-18 19:09:50 +0200
commit88e5a55c838a28c36573ad523e4bcf3ff51355f8 (patch)
treee169aa7877e75b7a500361ae6653bdabea9b7da7 /Dockerfile
parent6b2d980df841068bca3fe88f2e39091858491edf (diff)
downloadwebsite-88e5a55c838a28c36573ad523e4bcf3ff51355f8.tar.lz
website-88e5a55c838a28c36573ad523e4bcf3ff51355f8.tar.zst
website-88e5a55c838a28c36573ad523e4bcf3ff51355f8.zip
copy static files directly in go
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 5929443..bf8da92 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,6 @@ COPY --link . .
 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