chore(dockerfile): support for tcp specific data store

This commit is contained in:
Dario Tranchitella
2022-08-30 16:22:06 +02:00
parent d59f494a69
commit 682006f8aa
+1
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 \