last hotfix part 2
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user