buat docker

This commit is contained in:
2026-05-25 10:20:58 +08:00
parent fd3d3a4d2b
commit 05811e76ef
10 changed files with 338 additions and 0 deletions

10
compose.yaml Normal file
View File

@@ -0,0 +1,10 @@
services:
chatbotadmin:
image: chatbotadmin
build:
context: .
dockerfile: ./Dockerfile
environment:
NODE_ENV: production
ports:
- 3000:3000