Skip to content

Commit ccdde18

Browse files
fariedtdiwakergupta
authored andcommitted
fix: remove a command from stx-rosetta.Dockerfile used for testing
1 parent e52ea17 commit ccdde18

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stx-rosetta.Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ RUN apt-get -y update && apt-get -y install openjdk-11-jre-headless
88
WORKDIR /app
99

1010
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
1311
RUN echo "GIT_TAG=$(git tag --points-at HEAD)" >> .env
1412
RUN npm install && npm run build && npm prune --production
1513

0 commit comments

Comments
 (0)