added check in 00 to make script_cofngi if not exists

This commit is contained in:
Paul Wilde 2022-11-14 10:31:59 +00:00
parent f2dd9eec89
commit 78bc7bca52

View file

@ -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