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
|
||||
working_dir: /app
|
||||
volumes:
|
||||
- .:/app:cached
|
||||
- .:/app
|
||||
- next:/app/.next
|
||||
- node_modules:/app/node_modules
|
||||
- yarn-cache:/usr/local/share/.cache/yarn/v6
|
||||
|
||||
Reference in New Issue
Block a user