matrix-hacks / matrix-puppet-skype

23 stars 12 forks source link

Dockerization #38

Closed rbelem closed 4 years ago

rbelem commented 4 years ago

Add docker configuration files to the project.

Commands to test the dockerization

Build

docker build --tag \<your-organization>/matrix-puppet-skype .

Run

docker run \ -v </path/to/local>/skype-registration.yaml:/srv/matrix-puppet-skype/app/skype-registration.yaml \ -v </path/to/local>/config.json:/srv/matrix-puppet-skype/app/config.json \ -it \<your-organization>/matrix-puppet-skype -r -u "http://your.domain:8090"

nr23730 commented 4 years ago

Thank you very much! 👍