Skip to content

Commit abdf44c

Browse files
committed
📝 Update readme file
1 parent e74f5ff commit abdf44c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ EXPOSE 3000
2525
# Uncomment the following line in case you want to disable telemetry.
2626
# ENV NEXT_TELEMETRY_DISABLED 1
2727

28-
CMD ["yarn", "start"]
28+
CMD ["yarn", "start"]

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ Demo: [https://nobelium.vercel.app/](https://nobelium.vercel.app/)
6868

6969
## Play With Docker
7070

71+
Unofficial, thanks to [@Vaayne](https://github.com/craigary/nobelium/pull/157)'s work!
72+
7173
```
7274
# set env
7375
export NOTION_PAGE_ID=xxx # your NOTION_PAGE_ID
@@ -80,8 +82,6 @@ docker build -t ${IMAGE} --build-arg NOTION_PAGE_ID .
8082
docker run -d --name nobelium -p 3000:3000 -e NOTION_PAGE_ID=${NOTION_PAGE_ID} nobelium:latest
8183
```
8284

83-
84-
8585
## Roadmap
8686

8787
Check out our roadmap [here](https://www.notion.so/craigary/Public-Roadmap-3cfc4d0f0ca642ef8f652673c37add22)

0 commit comments

Comments
 (0)