Commit Graph

1 Commits

Author SHA1 Message Date
20992c2c91 Adds CI/CD workflow for Docker builds
Some checks failed
Build, Push and Run Container / build (push) Failing after 1s
Implements a workflow that builds, pushes, and runs a Docker container on push to the main branch.

This automates the process of building and deploying the application, ensuring that the latest changes are always reflected in the running container. It also handles stopping and removing existing containers before running the new one.
2025-08-06 16:04:03 +02:00