- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3
OCM package build + publish + local tests #331
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
OCM package build + publish + local tests #331
Conversation
…ps://github.com/openmcp-project/ui-frontend into feat/adding-ocm-package-for-new-version-release
        
          
                Dockerfile
              
                Outdated
          
        
      |  | ||
| # Build | ||
| ENV NODE_ENV=production | ||
| ENV NODE_OPTIONS=--max-old-space-size=4096 | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it without not working? Why we need to change the Dockerfile?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was not working for me when I was trying to deploy it locally
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
What this PR does / why we need it:
Packing UI into OCM + publish.
I Added local tests with local registry.
task local:test-full-flow:is to create OCM package and then use it to host app locally within Docker.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: