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