diff --git a/Dockerfile b/Dockerfile index 16136be..92ecba7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN npm install --legacy-peer-deps COPY . . -RUN npm run build +RUN npm run generate # Gunakan NGINX untuk menyajikan SPA FROM nginx:1.29.0-alpine-slim