We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dbeb4b commit e52ea17Copy full SHA for e52ea17
stx-rosetta.Dockerfile
@@ -8,7 +8,7 @@ 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/
+# 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
0 commit comments