The app generates .ics file with the schedule for a certain group in BMSTU.
The working site is here: http://bmstu-schedule.ru
- At first clone the repository:
git clone https://github.com/BMSTU-Schedule/web.git
cd web
- Build the docker image:
docker build -t bmstu-ical .
- Run a container (replace
<PORT>
with port you want to listen):
docker run -p <PORT>:80 -v <PATH_WITH_ICS>:/ics bmstu-ical
Open http://localhost:<PORT>
in the browser.