mirror of
https://github.com/cmehay/pyentrypoint
synced 2024-11-10 13:10:37 +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
|