File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ EXPOSE 3000
25
25
# Uncomment the following line in case you want to disable telemetry.
26
26
# ENV NEXT_TELEMETRY_DISABLED 1
27
27
28
- CMD ["yarn" , "start" ]
28
+ CMD ["yarn" , "start" ]
Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ Demo: [https://nobelium.vercel.app/](https://nobelium.vercel.app/)
68
68
69
69
## Play With Docker
70
70
71
+ Unofficial, thanks to [ @Vaayne ] ( https://github.com/craigary/nobelium/pull/157 ) 's work!
72
+
71
73
```
72
74
# set env
73
75
export NOTION_PAGE_ID=xxx # your NOTION_PAGE_ID
@@ -80,8 +82,6 @@ docker build -t ${IMAGE} --build-arg NOTION_PAGE_ID .
80
82
docker run -d --name nobelium -p 3000:3000 -e NOTION_PAGE_ID=${NOTION_PAGE_ID} nobelium:latest
81
83
```
82
84
83
-
84
-
85
85
## Roadmap
86
86
87
87
Check out our roadmap [ here] ( https://www.notion.so/craigary/Public-Roadmap-3cfc4d0f0ca642ef8f652673c37add22 )
You can’t perform that action at this time.
0 commit comments