Closed rbelem closed 4 years ago
Add docker configuration files to the project.
docker build --tag \<your-organization>/matrix-puppet-skype .
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"
Thank you very much! 👍
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"