Skip to content

Commit 3d69cb1

Browse files
author
David Yu
committed
adding targets
1 parent 618ea7d commit 3d69cb1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,11 @@ image:
1212
local:
1313
docker stack deploy -c deploy/swarm/docker-compose-local.yml nodeapp
1414

15+
build:
16+
npm install
17+
1518
rm:
1619
docker stack rm nodeapp
20+
21+
clean:
22+
rm -rf ./node_modules

0 commit comments

Comments
 (0)