Skip to content

Commit

Permalink
Ceramic
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Jul 12, 2024
1 parent 5ffa6d9 commit 0b80d78
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
package:
- hyperrpc
- koi
- ceramic
#- srtool
#- safe-transaction-service
#- optimism
Expand Down
8 changes: 8 additions & 0 deletions docker-image/ceramic/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM node:20

RUN npm i -g @ceramicnetwork/cli \
&& npm i -g @composedb/cli


CMD ["npx", "@ceramicnetwork/cli", "daemon"]

0 comments on commit 0b80d78

Please sign in to comment.