issues
search
Ilyas-Codes
/
eCourse
A self-hosted SPA to simplify course creation and management
https://ecourse.pockethost.io
MIT License
452
stars
36
forks
source link
feat(docker): Add Docker support for local development and automate
#15
Open
Jorgelig
opened
2 months ago
Jorgelig
commented
2 months ago
Added Dockerfile and Docker Compose configuration for local development (Dockerfile.dev).
Implemented entrypoint scripts to manage PocketBase setup and Vite server startup.
Automated the download and extraction of PocketBase within the Docker container.
Configured
.gitignore
to prevent sensitive environment files from being tracked.
Updated README with instructions for using Docker in development and production environments.
.gitignore
to prevent sensitive environment files from being tracked.