Skip to content

slok/docker-calendall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

docker-calendall

Calendall main application container

You can build different environment containers, for example dev:

$ docker build -t slok/calendall:dev ./dev

You could run to test it like this:

$ docker run --rm -it -v /home/slok/projects/calendall/calendall:/code -p 8000:8000 slok/calendall:dev ./calendall/manage.py runserver 0.0.0.0:8000

About

Calendall main application container

Resources

Stars

Watchers

Forks

Packages

No packages published