Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
|
8ec39cb99d | ||
|
78bc7bca52 |
2 changed files with 8 additions and 3 deletions
|
@ -4,8 +4,10 @@ mkdir ./uploads ./static ./config -p
|
||||||
|
|
||||||
chown -R 911:911 ./uploads
|
chown -R 911:911 ./uploads
|
||||||
|
|
||||||
|
if [ ! -f ./script_config.sh ]; then
|
||||||
|
cp ./script_config_sample.sh ./script_config.sh
|
||||||
|
fi
|
||||||
|
|
||||||
podman pod create \
|
podman pod create \
|
||||||
--name rebased-pod \
|
--name rebased-pod \
|
||||||
-p 5000:5000 \
|
-p 5000:5000
|
||||||
-p 4000:4000
|
|
||||||
|
|
||||||
|
|
3
todos.md
Normal file
3
todos.md
Normal 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)
|
Loading…
Reference in a new issue