feat: docker-compose working for sidecar + core-node + postgres

This commit is contained in:
Matthew Little
2020-04-11 14:14:42 +02:00
parent ddd694cdbf
commit 6bf3faeb8a
16 changed files with 140 additions and 63 deletions

View File

@@ -4,7 +4,6 @@ RUN apt-get update
RUN apt-get install -y --no-install-recommends ca-certificates curl jq
ENV ARTIFACTS "https://blockstack-stacks-blockchain_artifacts.storage.googleapis.com/index.json"
RUN echo "TEST $ARTIFACTS"
RUN curl -s "$ARTIFACTS" --output ./artifacts-resp.json
RUN cat ./artifacts-resp.json | jq -r '."blockstack-core"."linux-x64".latest.url' > ./url
RUN mkdir -p /app