Skip to content

Commit

Permalink
build(gatsby): allow Gatsby to be served from a Docker container
Browse files Browse the repository at this point in the history
See related discussion:
gatsbyjs/gatsby#5801
gatsbyjs/gatsby#11227

Signed-off-by: Bence <parhuzamos@parhuzamos.com>
  • Loading branch information
parhuzamos committed Jul 8, 2022
1 parent 505bf92 commit f4fcd87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -7,8 +7,8 @@
"build": "gatsby build --prefix-paths",
"build:clean": "npm run clean && gatsby build",
"build:prefix": "gatsby build --prefix-paths",
"dev": "gatsby develop",
"dev:clean": "gatsby clean && gatsby develop",
"dev": "gatsby develop -H 0.0.0.0",
"dev:clean": "gatsby clean && gatsby develop -H 0.0.0.0",
"clean": "gatsby clean",
"deploy": "gh-pages -d public",
"predeploy": "npm run build",
Expand Down

0 comments on commit f4fcd87

Please sign in to comment.