We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ad292 commit 761c563Copy full SHA for 761c563
Dockerfile
@@ -9,7 +9,7 @@ RUN go build .
9
10
11
FROM alpine:3.8 AS release
12
-MAINTAINER Dave Bemiller <dbemiller@appnexus.com>
+MAINTAINER Hans Hjort <hans.hjort@xandr.com>
13
WORKDIR /usr/local/bin/
14
COPY --from=build /go/src/github.com/prebid/prebid-server/prebid-server .
15
COPY static static/
docs/developers/deployment.md
@@ -8,7 +8,6 @@ optimized to create [lightweight containers](https://blog.codeship.com/building-
8
[Install Docker](https://www.docker.com/community-edition#/download) and build a container:
```bash
-CGO_ENABLED=0 GOOS=linux go build -a -tags netgo -ldflags '-w' .
docker build -t prebid-server .
```
0 commit comments