dockerfiles
dockerfiles copied to clipboard
appears and disappears
Hello, I tried your container but it appears and disappears at startup. I replace the content to "run-skype-and-wait-for-exit" by #!/bin/bash
set -e
SKYPE_PATH='/usr/share/skypeforlinux/skypeforlinux'
exec "$SKYPE_PATH" --executed-from="$PWD" --pid="$$" "$@"
and it works perfectly.
if it helps my container here https://hub.docker.com/r/alexandreoda/skype
thank you for your work