Skip to content

Commit

Permalink
chore: add docker scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MiracleHorizon committed Dec 11, 2023
1 parent 801356b commit eb697e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"docker:build": "docker build -t morph .",
"docker:start": "docker run -p 3000:3000 morph",
"start": "next start",
"lint": "next lint",
"lint:styles": "npx stylelint \"**/*.css\"",
Expand Down

0 comments on commit eb697e4

Please sign in to comment.