We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52ea17 commit ccdde18Copy full SHA for ccdde18
stx-rosetta.Dockerfile
@@ -8,8 +8,6 @@ RUN apt-get -y update && apt-get -y install openjdk-11-jre-headless
8
WORKDIR /app
9
10
RUN git clone -b $API_TAG --depth 1 https://github.com/blockstack/stacks-blockchain-api.git .
11
-# COPY ./rosetta-constants.ts /app/src/api/
12
-RUN grep process.env.STACKS_NETWORK /app/src/api/rosetta-constants.ts
13
RUN echo "GIT_TAG=$(git tag --points-at HEAD)" >> .env
14
RUN npm install && npm run build && npm prune --production
15
0 commit comments