fix vulns and add docker shit
This commit is contained in:
11
Dockerfile
Executable file
11
Dockerfile
Executable file
@@ -0,0 +1,11 @@
|
||||
FROM node:22-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm install
|
||||
|
||||
RUN npx next build
|
||||
|
||||
CMD ["npx", "next", "start", "--hostname", "0.0.0.0"]
|
||||
Reference in New Issue
Block a user