diff options
author | Alan Pearce | 2024-04-18 17:37:07 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-18 19:09:50 +0200 |
commit | 88e5a55c838a28c36573ad523e4bcf3ff51355f8 (patch) | |
tree | e169aa7877e75b7a500361ae6653bdabea9b7da7 /Dockerfile | |
parent | 6b2d980df841068bca3fe88f2e39091858491edf (diff) | |
download | website-88e5a55c838a28c36573ad523e4bcf3ff51355f8.tar.lz website-88e5a55c838a28c36573ad523e4bcf3ff51355f8.tar.zst website-88e5a55c838a28c36573ad523e4bcf3ff51355f8.zip |
copy static files directly in go
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
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 |