JesseEyler / microservice-blogging-platform

This project implements a simple blogging platform that utilizes microservice architecture and a fully automated CI/CD pipeline.
MIT License
0 stars 0 forks source link

Containerize Frontend UI #5

Closed JesseEyler closed 1 year ago

JesseEyler commented 1 year ago
JesseEyler commented 1 year ago

Even though the image can only be run on its own without any connection to the API, still feels like more of an accomplishment than simply running the app from the terminal. At the moment I am only using a dockerfile, however in the future I would like to use docker-compose to deploy the container.