aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/templates/python_unit_test/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'moonv4/templates/python_unit_test/README.md')
-rw-r--r--moonv4/templates/python_unit_test/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/moonv4/templates/python_unit_test/README.md b/moonv4/templates/python_unit_test/README.md
new file mode 100644
index 00000000..45d3a988
--- /dev/null
+++ b/moonv4/templates/python_unit_test/README.md
@@ -0,0 +1,8 @@
+# Python Unit Test Docker
+
+## Build
+- `docker image build -t wukongsun/moon_python_unit_test .`
+
+## Push to DockerHub
+- `docker login --username=wukongsun`
+- `docker image push wukongsun/moon_python_unit_test` \ No newline at end of file