dzioba's voodoo deploy magic
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM node:16.10.0
|
||||
WORKDIR /app
|
||||
COPY ./ ./
|
||||
RUN npm install
|
||||
RUN npx next build
|
||||
CMD npx next start
|
||||
Reference in New Issue
Block a user