R1000 commited on
Commit
435b0ed
·
verified ·
1 Parent(s): 8dafd45

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
  FROM node:22-slim
2
 
 
 
3
  # 1. ติดตั้งแพ็กเกจพื้นฐานที่จำเป็น
4
  RUN apt-get update && apt-get install -y --no-install-recommends \
5
  git openssh-client build-essential python3 python3-pip \
 
1
  FROM node:22-slim
2
 
3
+ ENV TZ=Asia/Bangkok
4
+
5
  # 1. ติดตั้งแพ็กเกจพื้นฐานที่จำเป็น
6
  RUN apt-get update && apt-get install -y --no-install-recommends \
7
  git openssh-client build-essential python3 python3-pip \