Skip to content

nosdav/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nosdav-todo

nosdav-todo

Documentation


GitHub license npm npm Github Stars

Introduction

nosdav-todo is a simple todo list that can be saved to NosDAV

Docker

To build and run the container, navigate to the directory containing this Dockerfile and your static files, then run the following commands:

docker build -t nosdav-todo .
docker run -d -p 8080:80 nosdav-todo

Replace nosdav-todo with a descriptive name for your container image. After executing these commands, your container will be up and running, and you can access the served files via http://localhost:8080 in your web browser.

License

  • MIT