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