diff --git a/00-create-pod.sh b/00-create-pod.sh index 5bab3a3..4552508 100755 --- a/00-create-pod.sh +++ b/00-create-pod.sh @@ -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