diff Dockerfile @ 23:32061555853c

refactor code
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Sun, 14 Nov 2021 17:35:18 +0100
parents 905b6fdc5e1b
children 7d3cc440e578
line wrap: on
line diff
--- a/Dockerfile	Wed Nov 10 11:48:26 2021 +0100
+++ b/Dockerfile	Sun Nov 14 17:35:18 2021 +0100
@@ -10,7 +10,7 @@
 
 # Copy files
 COPY src/bitcaviar_plus bitcaviar_plus/
-COPY tests/test_app.py .
+COPY tests/implementation_testing.py .
 
 # Run script
-CMD ["python3", "-u", "test_app.py"]
\ No newline at end of file
+CMD ["python3", "-u", "implementation_testing.py"]
\ No newline at end of file