first commit

This commit is contained in:
2025-10-21 12:52:38 +08:00
parent cfe28c316d
commit f0b1757d5c

View File

@@ -4,9 +4,10 @@ WORKDIR /app
COPY package*.json ./
RUN npm ci --only=production
RUN npm install
COPY . .
RUN npm run build
EXPOSE 3000