mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-13 23:16:47 +00:00
@@ -1,7 +1,7 @@
|
||||
ARG NOTION_PAGE_ID
|
||||
ARG NEXT_PUBLIC_THEME
|
||||
|
||||
FROM node:18-alpine3.18 AS base
|
||||
FROM node:20-alpine AS base
|
||||
|
||||
# 1. Install dependencies only when needed
|
||||
FROM base AS deps
|
||||
|
||||
@@ -3,6 +3,9 @@
|
||||
"version": "4.8.4",
|
||||
"homepage": "https://github.com/tangly1024/NotionNext.git",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/tangly1024/NotionNext.git"
|
||||
|
||||
Reference in New Issue
Block a user