diff options
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 |