mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-17 20:49:24 +00:00
chore(dev): remove unnecessary cache option from bind mounts
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
|||||||
context: docker
|
context: docker
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app:cached
|
- .:/app
|
||||||
- next:/app/.next
|
- next:/app/.next
|
||||||
- node_modules:/app/node_modules
|
- node_modules:/app/node_modules
|
||||||
- yarn-cache:/usr/local/share/.cache/yarn/v6
|
- yarn-cache:/usr/local/share/.cache/yarn/v6
|
||||||
|
|||||||
Reference in New Issue
Block a user