mirror of
https://github.com/caprover/caprover
synced 2025-12-12 14:25:39 +00:00
Updated play-with-docker script
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Run the following line on a PlayWithDocker instance
|
||||
# curl https://raw.githubusercontent.com/caprover/caprover/master/dev-scripts/play_with_caprover.sh | bash
|
||||
|
||||
sleepWithTimer(){
|
||||
secs=${1}
|
||||
while [ $secs -gt 0 ]; do
|
||||
|
||||
Reference in New Issue
Block a user