Skip to content

Commit

Permalink
chore(devcontainer): rearrange position of property
Browse files Browse the repository at this point in the history
  • Loading branch information
awpala committed Aug 16, 2024
1 parent 58ca4a6 commit bd86764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"build": {
"dockerfile": "Dockerfile"
},
"runArgs": ["--name", "omshub-website-dev"],
"mounts": [
"source=${localWorkspaceFolderBasename}-node_modules,target=${containerWorkspaceFolder}/node_modules,type=volume"
],
Expand All @@ -25,7 +26,6 @@
"CHOKIDAR_USEPOLLING": "true",
"WATCHPACK_POLLING": "true"
},
"runArgs": ["--name", "omshub-website-dev"],
"forwardPorts": [
// Application and Storybook
3000, 6006,
Expand Down

0 comments on commit bd86764

Please sign in to comment.