auto deploy nienawidze gractwa

This commit is contained in:
Stanislaw
2022-06-20 21:40:20 +02:00
parent 7a7158a2c9
commit f1219e5a6f
3 changed files with 10 additions and 5 deletions

View File

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