comparison Dockerfile @ 28:30535f42d0ff

refactor code
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Wed, 02 Feb 2022 21:16:10 +0100
parents 7d3cc440e578
children
comparison
equal deleted inserted replaced
27:348a07008703 28:30535f42d0ff
11 11
12 # Install package 12 # Install package
13 RUN ["python", "setup.py", "install"] 13 RUN ["python", "setup.py", "install"]
14 14
15 # Test package 15 # Test package
16 CMD ["python3", "-u", "tests/implementation_testing.py"] 16 CMD ["python", "-m", "unittest", "tests.test_implementation"]