Merge dev to main #1

Open
kibin wants to merge 8 commits from dev into main
Showing only changes of commit 7489bdef14 - Show all commits

View File

@@ -3,7 +3,7 @@ WORKDIR /app
COPY package.json package-lock.json* ./
RUN npm install
COPY . .
RUN npx next build
RUN npm install --save-dev typescript && npx next build
FROM node:20-alpine AS runner
WORKDIR /app