mirror of
https://github.com/foomo/shop.git
synced 2025-10-16 12:35:39 +00:00
10 lines
116 B
Makefile
10 lines
116 B
Makefile
|
|
mongo:
|
|
docker run --rm -d -it -p 27017:27017 mongo
|
|
|
|
clean:
|
|
rm -f customer/diff-*
|
|
|
|
test: clean
|
|
./scripts/test.sh
|