Compare commits

...

2 commits

Author SHA1 Message Date
Paul Wilde
8ec39cb99d added todos.md 2022-11-14 10:38:52 +00:00
Paul Wilde
78bc7bca52 added check in 00 to make script_cofngi if not exists 2022-11-14 10:31:59 +00:00
2 changed files with 8 additions and 3 deletions

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

3
todos.md Normal file
View file

@ -0,0 +1,3 @@
# ToDos:
- [ ] Currently using Rebased main Dockerfile for creation which uses Ubuntu, I'd like to switch it to use Alpine (but I am quite happy for the actual build to use Ubuntu I guess)