last hotfix part 2

This commit is contained in:
Stanislaw
2022-06-20 23:10:02 +02:00
parent 33344ea37b
commit fdbcb08fd4

View File

@@ -2,5 +2,5 @@ FROM node:16.10.0
WORKDIR /app WORKDIR /app
COPY ./ ./ COPY ./ ./
RUN npm install RUN npm install
CMD ["npx","next","build"] RUN npx next build
CMD ["npx","next","start"] CMD npx next start