nginDocker / entrypoint.sh
Clone04's picture
Create entrypoint.sh
3f0eeac verified
raw
history blame
62 Bytes
#!/bin/bash
service nginx start
while true
do
sleep 60
done