Skip to content

Commit

Permalink
Update package.json (#46)
Browse files Browse the repository at this point in the history
Added --host so that when launching in a docker container the ports can be exposed.
  • Loading branch information
ndragon798 authored Mar 8, 2021
1 parent 6692384 commit 077376d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public"
"start": "sirv public --host"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^3.0.0",
Expand Down

0 comments on commit 077376d

Please sign in to comment.