feat: make it fake data

This commit is contained in:
2019-01-28 14:25:59 -07:00
parent 7b5ad0ffc6
commit aefbcabac0
4 changed files with 214 additions and 64 deletions

View File

@@ -13,4 +13,8 @@ WORKDIR /app
VOLUME /app/data
COPY --from=0 /build .
COPY . .
ENTRYPOINT ["yarn", "start"]
ENV ELASTICSEARCH_HOST="host.docker.internal"
ENV ELASTICSEARCH_PORT="9200"
ENTRYPOINT ["node", "bin/index", "-t", "5"]