You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
This task involves creating a Dockerfile to containerize the front-end application for consistent deployment and runtime. The Dockerfile should use a Node.js base image to build the Angular application and a lightweight web server like Nginx to serve the production build. A .dockerignore file should be added to exclude unnecessary files during the build process. Additionally, the README.md should include simple instructions on how to build and run the Docker container for the application.
Thank you for your interest in contributing to AMRIT Platform.
Dockerizing our services is in our roadmap. Before that is tackled, we would like to complete environment setup for AMRIT. #18 takes care of this.
Also, we would like to Dockerize all the services, not just HWC Inventory UI.
Parking this ticket for now. Once the mentioned ticket is done, we can proceed with this.
Title: Dockerize HWC Inventory UI
Description:
This task involves creating a
Dockerfile
to containerize the front-end application for consistent deployment and runtime. TheDockerfile
should use a Node.js base image to build the Angular application and a lightweight web server like Nginx to serve the production build. A.dockerignore
file should be added to exclude unnecessary files during the build process. Additionally, theREADME.md
should include simple instructions on how to build and run the Docker container for the application.@drtechie can i work on this ?
The text was updated successfully, but these errors were encountered: