fernandonevarez / lms

A modern Learning Management System (LMS) built with Next.js, Tailwind CSS, TypeScript, and Go.
https://academy.codevera.org
GNU General Public License v3.0
0 stars 0 forks source link

[FEAT]: Containerize application with Docker #19

Open fernandonevarez opened 1 week ago

fernandonevarez commented 1 week ago

Description

Containerize the application using Docker to standardize the development and deployment environment. This should include creating a Dockerfile for the application, defining necessary dependencies, and ensuring compatibility across different environments.

Additional Information