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

Change Dockerfile #17

Open Jahn16 opened 2 months ago

Jahn16 commented 2 months ago

First, thanks for the great work. I hope you can maintain this project in the future.

In this PR I modified the Dockerfile by implementing some good practices but keeping the same functionality I've also added compose.yaml for supporting docker compose and added a github actions to publish the image to dockerhub. One minor things is that i've ignored the .env file and provided a .env.example file.