Remove unnecessary build

This commit is contained in:
2025-11-06 10:56:23 +07:00
parent bdd68eafbe
commit 3b1ed828ff
2 changed files with 0 additions and 14 deletions

View File

@@ -33,7 +33,6 @@ RUN npm install -g tailwindcss postcss autoprefixer @tailwindcss/typography
# COPY . .
RUN ls -la
COPY src/Managing.WebApp/ .
RUN node --max-old-space-size=8192 ./node_modules/.bin/vite build
# Build the app
RUN npm run build