Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Dec 22, 2023
1 parent 5217836 commit 87f9237
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# ? Builder: Complile TypeScript to JS
# ? -------------------------

FROM node:18-alpine as builder
FROM node:20-alpine as builder

WORKDIR /app

Expand All @@ -29,7 +29,7 @@ RUN npx pnpm build
# ? Deps-prod: Obtaining node_modules that contains just production dependencies
# ? -------------------------

FROM node:18-alpine as deps-prod
FROM node:20-alpine as deps-prod

WORKDIR /app

Expand All @@ -45,7 +45,7 @@ RUN npx prisma generate
# ? Runner: Production to run
# ? -------------------------

FROM node:18-alpine as runner
FROM node:20-alpine as runner

LABEL name "salim-bot"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ _และนอกจากจะเป็นฐานข้อมูลแล

### 🌿 ก่อนใช้งาน

- Node.js ๑๘ (เลิกใช้ ๑๖ ได้แล้ว มันจะ EOL ละ ไอพวกไดโนเสาร์)
- Node.js ๒๐ (เลิกใช้ ๑๖ ได้แล้ว มัน EOL แล้ว)

- PostgreSQL เราเลือกใช้ Postgres เพราะมีโลโก้เป็นรูปช้าง และช้างเป็นสัตว์ประจำชาติไทย

Expand All @@ -42,7 +42,7 @@ In case you want to (not recommended)

- Clone or Download Repo

`git clone https://github.com/Leomotors/Salim-Bot`
`git clone https://github.com/leomotors/salim-bot`

- Add required .env parameters

Expand Down

0 comments on commit 87f9237

Please sign in to comment.