diff --git a/spaces/Dockerfile b/spaces/Dockerfile index 25d4176..21c098e 100644 --- a/spaces/Dockerfile +++ b/spaces/Dockerfile @@ -4,7 +4,7 @@ RUN mkdir -p /usr/src/nuxt-app WORKDIR /usr/src/nuxt-app COPY . . -RUN npm ci && npm cache clean --force +RUN npm i RUN npm run build ENV NUXT_HOST=0.0.0.0