Skip to content

Commit e52ea17

Browse files
fariedtdiwakergupta
authored andcommitted
fix: stx-rosetta.Dockerfile had a COPY that should not be committed
1 parent 5dbeb4b commit e52ea17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stx-rosetta.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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/
11+
# COPY ./rosetta-constants.ts /app/src/api/
1212
RUN grep process.env.STACKS_NETWORK /app/src/api/rosetta-constants.ts
1313
RUN echo "GIT_TAG=$(git tag --points-at HEAD)" >> .env
1414
RUN npm install && npm run build && npm prune --production

0 commit comments

Comments
 (0)