sameersbn / docker-wowza

Dockerfile to containerize Wowza Streaming Engine
MIT License
63 stars 42 forks source link

Install license after rewire to avoid deletion #3

Closed bruse closed 9 years ago

bruse commented 9 years ago

880862ae (entrypoint.sh: moved codeblocks into functions) introduced changes which will delete the Server.license file after its creation. I moved the license related functionality of the entrypoint.sh file into its own function and make sure it runs after the rewiring is done.