Skip to content

Commit

Permalink
Updated the docker build docs (prebid#754)
Browse files Browse the repository at this point in the history
* Updated the docker build docs.

* Updated dockerfile maintainer.
  • Loading branch information
dbemiller authored Nov 30, 2018
1 parent 73ad292 commit 761c563
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN go build .


FROM alpine:3.8 AS release
MAINTAINER Dave Bemiller <dbemiller@appnexus.com>
MAINTAINER Hans Hjort <hans.hjort@xandr.com>
WORKDIR /usr/local/bin/
COPY --from=build /go/src/github.com/prebid/prebid-server/prebid-server .
COPY static static/
Expand Down
1 change: 0 additions & 1 deletion docs/developers/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ optimized to create [lightweight containers](https://blog.codeship.com/building-
[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 .
```

Expand Down

0 comments on commit 761c563

Please sign in to comment.