mirror of
https://github.com/cmehay/pyentrypoint
synced 2024-10-30 15:21:11 +00:00
8 lines
107 B
Makefile
8 lines
107 B
Makefile
.PHONY: build test
|
|
|
|
build:
|
|
@docker-compose build
|
|
|
|
test: build
|
|
@docker-compose up testpython2 testpython3
|