Skip to content

Commit

Permalink
add link to snapshot file on workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
steinerkelvin committed Feb 6, 2024
1 parent 22a5e71 commit 582ef08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ RUN apt-get update && \

COPY --from=build-env /app/target/release/node-subspace /usr/local/bin

WORKDIR /subspace

RUN mkdir -p ./snapshots
RUN ln -s -T /node-data/snapshots/main.json ./snapshots/main.json

ENTRYPOINT ["node-subspace"]

0 comments on commit 582ef08

Please sign in to comment.