Compare commits
No commits in common. "main" and "v2.2.0" have entirely different histories.
@ -1,4 +1,4 @@
|
||||
FROM harbor.ntppool.org/perlorg/base-os:3.20.2
|
||||
FROM harbor.ntppool.org/perlorg/base-os:3.15.0-1
|
||||
ENV BUILD_VERSION 1
|
||||
USER root
|
||||
WORKDIR /web
|
||||
|
@ -4,7 +4,7 @@ set -ex
|
||||
if [ ! -z "$READY_FILE" ]; then
|
||||
while [ ! -e $READY_FILE ]; do
|
||||
echo waiting for $READY_FILE
|
||||
sleep 5
|
||||
sleep 10
|
||||
done
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user