Merge pull request #10 from gractwo/dzioba-dev

last hotfix part 2
This commit is contained in:
Stanisław Dzioba
2022-06-20 23:10:33 +02:00
committed by GitHub

View File

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