mirror of
https://github.com/googleforgames/open-match.git
synced 2025-03-25 13:24:18 +00:00
Remove matchmaking config file from base image
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
FROM golang:1.10.3 as builder
|
||||
WORKDIR /go/src/github.com/GoogleCloudPlatform/open-match
|
||||
COPY config config
|
||||
RUN rm -f config/matchmaker_config.json
|
||||
RUN rm -f config/matchmaker_config.yaml
|
||||
COPY internal internal
|
||||
WORKDIR /go/src/github.com/GoogleCloudPlatform/open-match/internal
|
||||
RUN go get -d -v ...
|
||||
|
Reference in New Issue
Block a user