Skip to content

Commit 761c563

Browse files
authored
Updated the docker build docs (prebid#754)
* Updated the docker build docs. * Updated dockerfile maintainer.
1 parent 73ad292 commit 761c563

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN go build .
99

1010

1111
FROM alpine:3.8 AS release
12-
MAINTAINER Dave Bemiller <dbemiller@appnexus.com>
12+
MAINTAINER Hans Hjort <hans.hjort@xandr.com>
1313
WORKDIR /usr/local/bin/
1414
COPY --from=build /go/src/github.com/prebid/prebid-server/prebid-server .
1515
COPY static static/

docs/developers/deployment.md

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ optimized to create [lightweight containers](https://blog.codeship.com/building-
88
[Install Docker](https://www.docker.com/community-edition#/download) and build a container:
99

1010
```bash
11-
CGO_ENABLED=0 GOOS=linux go build -a -tags netgo -ldflags '-w' .
1211
docker build -t prebid-server .
1312
```
1413

0 commit comments

Comments
 (0)