docker-entrypoint.sh 152 Bytes
#!/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