Skip to content

Commit b2ef8d8

Browse files
committed
Make things simpler for shutdown time
1 parent 3904966 commit b2ef8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
TIME_TO_SHUTDOWN="${IDLE_TIME_TO_SHUTDOWN:-120}"
3+
TIME_TO_SHUTDOWN=3600
44

55
mkdir -p /project
66

0 commit comments

Comments
 (0)