Skip to content

Commit

Permalink
port 80
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-kallavus committed Dec 19, 2023
1 parent c8529a9 commit 2f3e521
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .config/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@ RUN corepack enable \
# Uncomment the following line in case you want to disable telemetry.
ENV NEXT_TELEMETRY_DISABLED 1

EXPOSE 3000

CMD ["pnpm", "run", "doc", "start"]
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build:types": "node scripts/buildExamplesType.mjs",
"build": "pnpm run build:types && next build",
"lint": "next lint",
"start": "next start",
"start": "next start -p 80",
"test": "playwright test"
},
"dependencies": {
Expand Down

0 comments on commit 2f3e521

Please sign in to comment.