Skip to content

Commit

Permalink
Update Dockerfile-explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyfilyanin authored Oct 11, 2023
1 parent a2c4312 commit 10444a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile-explorer
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM node:18-alpine

RUN npm i -g @subsquid/cli@latest
RUN npm i -g @subsquid/commands && mv $(which squid-commands) /usr/local/bin/sqd

CMD ["sqd", "serve:prod"]

0 comments on commit 10444a7

Please sign in to comment.