eCourse icon indicating copy to clipboard operation
eCourse copied to clipboard

feat(docker): Add Docker support for local development and automate

Open Jorgelig opened this issue 1 year ago • 0 comments

  • 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.

Jorgelig avatar Sep 01 '24 09:09 Jorgelig