Skip to content

Commit

Permalink
Merge pull request #103 from Funssion-SWM/develop
Browse files Browse the repository at this point in the history
Fix: Next 13.5.1 -> 13.4.13, dockerfile 수정
  • Loading branch information
dongree authored Mar 5, 2024
2 parents e7aed59 + 351972e commit af27028
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 56 deletions.
3 changes: 2 additions & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ USER nextjs
EXPOSE 3000

ENV PORT 3000
ENV HOSTNAME localhost
# set hostname to localhost
ENV HOSTNAME "0.0.0.0"

CMD ["node", "server.js"]
106 changes: 53 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"loadsh": "^0.0.4",
"lodash": "^4.17.21",
"lowlight": "2.4",
"lucide-react": "^0.259.0",
"next": "^13.5.1",
"lucide-react": "^0.263.1",
"next": "^13.4.13",
"next-pwa": "^5.6.0",
"openai-edge": "^1.2.2",
"postcss": "8.4.24",
Expand Down

0 comments on commit af27028

Please sign in to comment.