mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
add lattice files back in
I think docker-build was failing not because those particular files weren't there, but because the submodule wasn't being fetched... giving that a try.
This commit is contained in:
parent
8edcf2868a
commit
dceebd4337
2 changed files with 4 additions and 1 deletions
|
|
@ -7,6 +7,9 @@ ARG GO_VERSION=latest
|
|||
FROM moleculacorp/nodejs:latest as lattice-builder
|
||||
WORKDIR /lattice
|
||||
|
||||
COPY lattice/package.json ./
|
||||
COPY lattice/yarn.lock ./
|
||||
|
||||
RUN yarn install
|
||||
|
||||
COPY lattice ./
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -195,7 +195,7 @@ generate-proto-grpc: require-protoc require-protoc-gen-go
|
|||
generate: generate-protoc generate-statik generate-stringer generate-pql
|
||||
|
||||
# Create Docker image from Dockerfile
|
||||
docker: vendor
|
||||
docker: vendor lattice
|
||||
docker build \
|
||||
--build-arg GO_VERSION=$(GO_VERSION) \
|
||||
--tag pilosa:$(VERSION) .
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue