dzioba's voodoo deploy magic

This commit is contained in:
2022-12-11 00:47:24 +01:00
parent acda284da1
commit bb49ea78b4
2 changed files with 27 additions and 0 deletions

6
Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM node:16.10.0
WORKDIR /app
COPY ./ ./
RUN npm install
RUN npx next build
CMD npx next start