~dricottone/simple-chat

ref: 3fd5e03203d8708fcb3b2da80bc8b1fae0cbf338 simple-chat/Makefile -rw-r--r-- 164 bytes
3fd5e032Dominic Ricottone Adding digital signatures. 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
CONMAN=docker

.PHONY: clean
clean:
	$(CONMAN) image rm --force my-chat || true


.PHONY: image
image:
	#cd server && make build
	$(CONMAN) build --tag my-chat .