Skip to content

Commit

Permalink
update เอกสาร
Browse files Browse the repository at this point in the history
  • Loading branch information
rushmi0 committed Apr 8, 2024
1 parent 73f7409 commit 52b229b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 52b229b

Please sign in to comment.