-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create-nx-workspace does not generate Dockerfile (node-standalone/nest) #17343
Comments
The same story for macOS. |
Is there an ETA for this bug? |
Yep, same issue here. |
This issue has been automatically marked as stale because it hasn't had any activity for 6 months. |
Same issue here. Running on MacOS (ARM CPU). |
Ya same here |
…plied (#27153) When we generate a nest application and supply the `--docker` flag it should generate a DockerFile. <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> Currently, no DockerFile is created. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> A DockerFile to be created. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #17343 (cherry picked from commit bff23d1)
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Current Behavior
No Dockerfile is generated when running the
create-nx-workspace
command using NestJS as the framework and the--docker
option enabled.Expected Behavior
A Dockerfile should be created, allowing the application to run in docker, OR the
--docker
option should not be allowed in this configuration and the CLI should not ask whether to generate a Dockerfile when running without the--docker
option defined.GitHub Repo
N/A
Steps to Reproduce
npx create-nx-workspace@latest new-workspace --nxCloud false --preset node-standalone --framework nest --docker true
Nx Report
Failure Logs
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: