vegaprotocol / topgun-service

Leaderboard API service for Fairground incentives (code name TOPGUN)
0 stars 0 forks source link

Fix docker build #43

Closed ashleyvega closed 3 years ago

ashleyvega commented 3 years ago

This PR fixes the docker image build and runs autoformat on a few files.

ashleyvega commented 3 years ago

@cdm The main change is:

 WORKDIR /go/src/project
 ADD *.go go.* ./
 ADD config config
+ADD datastore datastore
 ADD leaderboard leaderboard
 ADD pricing pricing
 ADD util util