Skip to content

Commit

Permalink
Fixed a bug in the dockerfile. (prebid#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbemiller authored Oct 25, 2017
1 parent 84b461b commit 4a21cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine
MAINTAINER Brian O'Kelley <[email protected]>
ADD prebid-server prebid-server
ADD static/* static/
COPY static static/
EXPOSE 8000
ENTRYPOINT ["/prebid-server"]
CMD ["-v", "1", "-logtostderr"]

0 comments on commit 4a21cea

Please sign in to comment.