From 52b229b7b38abe89d007bad2d43e99c5a927e582 Mon Sep 17 00:00:00 2001 From: milko Date: Mon, 8 Apr 2024 19:35:52 +0700 Subject: [PATCH] =?UTF-8?q?update=20=E0=B9=80=E0=B8=AD=E0=B8=81=E0=B8=AA?= =?UTF-8?q?=E0=B8=B2=E0=B8=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6baf2d2..c962f96 100644 --- a/README.md +++ b/README.md @@ -41,13 +41,13 @@ source ~/.zshrc # หรือใช้ .bashrc หากใช้ bash ## การใช้งานสำหรับ Docker ### 🔧 ⚙️ Just-in-time (JIT) compilation -ใช้วิธีการแปลงโค้ดไปเป็น bytes code ก่อน แล้วนำไปรันบน Java Virtual Machine (JVM) ดังนี้ +แปลงไปเป็น bytes code แล้วใช้ Java Virtual Machine (JVM) ในการรันโปรแกรม ```shell docker compose up -d jungmhaDB jungmha-jvm-app ``` ### 🔧 ⚙️ Ahead-of-time (AOT) compilation -ใช้วิธีการแปลงโค้ดไปเป็น native binaries ของแพลตฟอร์มนั้นๆ แล้วรันได้โดยตรง ดังนี้ +แปลงโค้ดไปเป็น native binaries ของแพลตฟอร์มนั้นๆ แล้วรันได้โดยตรง ดังนี้ ```shell docker compose up -d jungmhaDB jungmha-native-image ```