-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Angular build not creating dist folder on production #21004
Comments
This is presumably due to #20985. |
Downgrading |
Duplicate of #20985. |
@alan-agius4, Thanks, |
@babarinde, In that case, let me re-open the issue, but we'd require a reproduction to investigate this any further. |
Upon further investigations, we noticed that its possible the server building the docker image may have been running out of memory at the point it should have created the dist folder. When we increase memory on server it builds with the dist folder and our deployments are fine. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug Report
Affected Package
The issue is caused by package @angular/....Is this a regression?
Yes, the previous version in which this bug was not present was: ....Description
A clear and concise description of the problem...When building an angular app using a Dockerfile, ng build --configuration production does not always create a dist folder
my output path is defined as "outputPath": "./dist", in angular.json
Minimal Reproduction
https://stackblitz.com/...Exception or Error
Your Environment
Angular Version:
Anything else relevant?
The text was updated successfully, but these errors were encountered: