feat: Add Dockerfile for containerization and package-lock.json for dependency locking.
All checks were successful
Build and Deploy Frontend Learner / Build Frontend Learner Docker Image (push) Successful in 1m31s
Build and Deploy Frontend Learner / Deploy E-learning Frontend Learner to Dev Server (push) Successful in 4s
Build and Deploy Frontend Learner / Notify Deployment Status (push) Successful in 1s
All checks were successful
Build and Deploy Frontend Learner / Build Frontend Learner Docker Image (push) Successful in 1m31s
Build and Deploy Frontend Learner / Deploy E-learning Frontend Learner to Dev Server (push) Successful in 4s
Build and Deploy Frontend Learner / Notify Deployment Status (push) Successful in 1s
This commit is contained in:
parent
522a0eec8a
commit
000f9eea5c
2 changed files with 4324 additions and 3555 deletions
|
|
@ -7,8 +7,8 @@ WORKDIR /app
|
||||||
# คัดลอกไฟล์จัดการ dependencies
|
# คัดลอกไฟล์จัดการ dependencies
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
|
||||||
# ติดตั้ง dependencies (ใช้ npm ci เพื่อความแม่นยำของเวอร์ชัน)
|
# ติดตั้ง dependencies
|
||||||
RUN npm ci
|
RUN npm install
|
||||||
|
|
||||||
# คัดลอกไฟล์ทั้งหมดในโปรเจกต์
|
# คัดลอกไฟล์ทั้งหมดในโปรเจกต์
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
|
||||||
7875
Frontend-Learner/package-lock.json
generated
7875
Frontend-Learner/package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue