coba ke generate lagi
This commit is contained in:
parent
e58cd43b05
commit
3f50bec600
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user