Skip to content

Commit

Permalink
Trial deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Dofften committed Dec 18, 2024
1 parent de51e90 commit 0d7e015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ services:
fplmstr:
build: .
ports:
- "5001:3000"
- "8081:80"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "node server.js",
"build": "next build",
"start": "cross-env NODE_ENV=production node server.js",
"serve": "next start",
"serve": "next start -p 80",
"lint": "next lint"
},
"dependencies": {
Expand Down

0 comments on commit 0d7e015

Please sign in to comment.