Myster-Tee / TinfoilWebServer

Install your packages from your own server
GNU General Public License v3.0
123 stars 26 forks source link

Added a Dockerfile #30

Open Darkangeel-hd opened 8 months ago

Darkangeel-hd commented 8 months ago

Created a very basic Dockerfile, it could very sure be improved. Config directory can be mounted to /app/config for ease of use

Doesn't require complicated cli lines

To test it: docker build -t tinfoilwebserver:latest . docker run --rm tinfoilwebserver:latest

A custom config can be mounted like this: docker run --rm -v /path/to/your/config:/app/config tinfoilwebserver:latest

Hope this helps If you need any changes to this pls say so and I'll see how to do it.