Feature request for Docker Compose files in @nx/docker #33421
danielritter
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to run Docker Compose files instead of Dockerfile files with the
nx docker:*commands.I have for each app a docker-compose.yml instead of a Dockerfile in the workspace like:
With
nx docker:compose:build frontend-angular-documentation-infrastructure, or something similar, I should be able to build the docker images in the docker-compose.yml file of theprojectRoot. What do you think?Beta Was this translation helpful? Give feedback.
All reactions