chore(dockerfile): support for tcp specific data store

This commit is contained in:
Dario Tranchitella
2022-08-29 14:38:52 +02:00
parent d59f494a69
commit 682006f8aa

View File

@@ -22,6 +22,7 @@ COPY main.go main.go
COPY api/ api/
COPY controllers/ controllers/
COPY internal/ internal/
COPY indexers/ indexers/
# Build
RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH go build \