This commit is contained in:
Irwan Cahyono 2025-08-07 15:13:46 +07:00
parent f450528522
commit d03716768c

View File

@ -9,6 +9,7 @@ RUN npm install --legacy-peer-deps
COPY . . COPY . .
RUN npm run build RUN npm run build
RUN ls -lah /app/.output/public
# Gunakan NGINX untuk menyajikan SPA # Gunakan NGINX untuk menyajikan SPA
FROM nginx:1.29.0-alpine-slim FROM nginx:1.29.0-alpine-slim