Skip to content

ShunyangLi/dkr_mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Group Meeting Email System

.
├── apache2
├── backend
├── Dockerfile
├── frontend
├── html
├── README.md
└── run.sh

apache2 contains apache2 config files, backend contains the backend code, frontend source code for frontend, html the built frontend.

Before start

Please change the mail configuration init.py, which is TODO now.

build docker image

docker build --no-cache -t dkr_mail .

Run container

docker run -it -d -p 8001:80 -p 5000:5000 dkr_mail

8001 can be changed to any port you like

5000 DO NOT MODIFY

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors