Skip to content

Commit

Permalink
docker file added to market data service
Browse files Browse the repository at this point in the history
  • Loading branch information
ettec committed Jul 1, 2020
1 parent fb0a2d6 commit 7f9c7d8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions go/market-data/market-data-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM golang:1.13

ADD . /app

WORKDIR /app

RUN go build -o service
RUN go test ./...

CMD /app/service

0 comments on commit 7f9c7d8

Please sign in to comment.