Migrated to NodeJS/Vite/Express/Material UI 2 #1

Merged
slawek merged 15 commits from feature/migration-to-nodejs into main 2026-04-20 08:04:33 +02:00
Showing only changes of commit 4c7d38399b - Show all commits

View File

@@ -18,8 +18,8 @@ WORKDIR /app-new
ENV NODE_ENV=production
ENV PORT=3000
COPY app-new/backend/package*.json backend/
RUN cd backend && npm install --omit=dev
COPY app-new/backend/package*.json ./
RUN npm ci --omit=dev
COPY --from=build /app-new/dist dist
COPY --from=build /app-new/templates templates