diff --git a/Dockerfile b/Dockerfile index c431b0d..8577372 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