Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 1181b15

Browse files
committed
adds Makefile
1 parent 8085784 commit 1181b15

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
build:
2+
npm run build
3+
4+
clean:
5+
rm -f package-lock.json
6+
rm -rf node_modules
7+
8+
docker-image:
9+
docker build --rm -t orbitdb/control-center .

0 commit comments

Comments
 (0)