Myster-Tee / TinfoilWebServer

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

Dockerfile for run in docker #27

Closed aldiserg closed 10 months ago

aldiserg commented 11 months ago

For success run in docker you have to mount config file and run image with command like: docker run -it -p 5000:5000 USER/tinfoil:TAG bash -c ./TinfoilWebServer -c /config/TinfoilWebServer.config.json

And mount volume with games and etc

aldiserg commented 11 months ago

also i can add helm chart for running in k8s, if needed

Myster-Tee commented 10 months ago

Hello @aldiserg I'm not familiar enough with docker, I just released version 2.0.0. Can you please do me another PR referencing v2.0.0 instead ? Additionally, what about writing a small topic about it in the README ? M.T.