diff --git a/Dockerfile b/Dockerfile index 8577372..c431b0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,8 @@ RUN npm install --legacy-peer-deps COPY . . -RUN npm run build -#RUN npm run generate +#RUN npm run build +RUN npm run generate RUN ls -lah .output/public RUN test -f .output/public/index.html