Reputation: 1170
I have several volumes
defined in my docker-compose.dev.yml
(from my source to docker container) .
backend:
build:
context: ...
args: ...
volumes:
- ./backend/:/app
- /app/node_modules
I want to deploy my container in AWS ECS (Amazon Elastic Container Service).
none
?Upvotes: 3
Views: 293