From 487f40bd59c863ec05f06eca843429dfeb22f65f Mon Sep 17 00:00:00 2001 From: Andy Date: Sat, 26 Jun 2021 23:42:30 +0800 Subject: [PATCH] ADD Dockerfile --- dockerfile/db/Dockerfile | 5 +++++ zlt-web/back-web/src/main/resources/static/index.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 dockerfile/db/Dockerfile diff --git a/dockerfile/db/Dockerfile b/dockerfile/db/Dockerfile new file mode 100644 index 0000000..6e8c2e4 --- /dev/null +++ b/dockerfile/db/Dockerfile @@ -0,0 +1,5 @@ +FROM mysql:8.0.25 + +LABEL MAINTAINER=Andy + +ADD \ No newline at end of file diff --git a/zlt-web/back-web/src/main/resources/static/index.html b/zlt-web/back-web/src/main/resources/static/index.html index 5095ca3..3c5454b 100644 --- a/zlt-web/back-web/src/main/resources/static/index.html +++ b/zlt-web/back-web/src/main/resources/static/index.html @@ -4,7 +4,7 @@ - zlt + Demo -- GitLab