Skip to content

Commit

Permalink
Merge pull request #67 from arifszn/remove-anonymous-node-module
Browse files Browse the repository at this point in the history
Remove anonymous node module volume mount
  • Loading branch information
arifszn authored Feb 9, 2024
2 parents 90b1b3c + 76c09b4 commit 00a4721
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vail",
"version": "1.0.2",
"version": "1.0.3",
"description": "Docker powered local development experience for JavaScript/TypeScript Apps.",
"license": "MIT",
"author": "arifszn",
Expand Down
1 change: 0 additions & 1 deletion src/console/init-command.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ services:
${ports.map((port) => `- '${port}:${port}'`).join('\n ')}
volumes:
- .:/var/www/html
- /var/www/html/node_modules
networks:
- vail
Expand Down

0 comments on commit 00a4721

Please sign in to comment.