Changed Dockerfile

This commit is contained in:
2023-12-02 17:12:43 +01:00
parent 465a531bf4
commit 999738ed4b

View File

@@ -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