last hotfix

This commit is contained in:
Stanislaw
2022-06-20 23:02:48 +02:00
parent 075945034d
commit 33344ea37b
2 changed files with 2 additions and 2 deletions

View File

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