whisper-jax / run.sh
faisalhr1997's picture
Duplicate from sanchit-gandhi/whisper-jax
9f07d93
raw
history blame contribute delete
No virus
182 Bytes
#!/bin/bash
# Careful: can't create tmp files from this script
cat nginx.conf | sed "s|API_URL|${API_URL}|g" > /etc/nginx/sites-available/default
service nginx start
sleep infinity