added check in 00 to make script_cofngi if not exists
This commit is contained in:
parent
f2dd9eec89
commit
78bc7bca52
1 changed files with 5 additions and 3 deletions
|
@ -4,8 +4,10 @@ mkdir ./uploads ./static ./config -p
|
|||
|
||||
chown -R 911:911 ./uploads
|
||||
|
||||
if [ ! -f ./script_config.sh ]; then
|
||||
cp ./script_config_sample.sh ./script_config.sh
|
||||
fi
|
||||
|
||||
podman pod create \
|
||||
--name rebased-pod \
|
||||
-p 5000:5000 \
|
||||
-p 4000:4000
|
||||
|
||||
-p 5000:5000
|
||||
|
|
Loading…
Reference in a new issue