Skip to content

Commit

Permalink
fix: export IS_DOCKER env variable in docker (linux), #30
Browse files Browse the repository at this point in the history
  • Loading branch information
weaponsforge committed Oct 8, 2024
1 parent ea5318b commit 83757e5
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 @@ -10,7 +10,7 @@
"scripts": {
"start": "node server.js",
"dev": "./node_modules/.bin/gulp dev",
"dev:docker": "set IS_DOCKER=true && npm run dev"
"dev:docker": "export IS_DOCKER=true && npm run dev"
},
"keywords": [
"gulp",
Expand Down

0 comments on commit 83757e5

Please sign in to comment.