From 1ae44a1b6129131c8c3afe369b42bbd6dc232feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=98=84=EC=84=B1=ED=95=84?= Date: Wed, 6 Sep 2023 09:36:53 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EC=95=84?= =?UTF-8?q?=EC=9D=B4=EB=94=94=20=ED=83=80=EC=9E=85=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build_docker.sh | 3 +++ src/main/resources/templates/page/login.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 build_docker.sh diff --git a/build_docker.sh b/build_docker.sh new file mode 100755 index 0000000..d0d9864 --- /dev/null +++ b/build_docker.sh @@ -0,0 +1,3 @@ +./gradlew bootJar +docker build -t simulator . + diff --git a/src/main/resources/templates/page/login.html b/src/main/resources/templates/page/login.html index b7e72dc..652b7ab 100644 --- a/src/main/resources/templates/page/login.html +++ b/src/main/resources/templates/page/login.html @@ -45,7 +45,7 @@
- +