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