coba ke generate lagi

This commit is contained in:
Irwan Cahyono 2025-08-07 15:43:55 +07:00
parent e58cd43b05
commit 3f50bec600

View File

@ -8,9 +8,10 @@ RUN npm install --legacy-peer-deps
COPY . . COPY . .
RUN npm run build #RUN npm run build
RUN ls -lah /app/.output/public RUN npm run generate
RUN test -f /app/.output/public/index.html RUN ls -lah .output/public
RUN test -f .output/public/index.html
# Gunakan NGINX untuk menyajikan SPA # Gunakan NGINX untuk menyajikan SPA
FROM nginx:1.29.0-alpine-slim FROM nginx:1.29.0-alpine-slim