docker-entrypoint.sh 152 Bytes Edit Raw Blame History Permalink 1 2 3 4 #!/bin/bash sleep 30 && python /home/vlibras/processManager.py & exec /usr/bin/npm start 2>&1 | tee /home/vlibras/translate-api/logs/$HOSTNAME-out.log