10 lines
154 B
Bash
Executable file
10 lines
154 B
Bash
Executable file
#!/bin/bash
|
|
|
|
mkdir ./uploads ./static ./config -p
|
|
chmod -R 777 uploads
|
|
|
|
podman pod create \
|
|
--name rebased-pod \
|
|
-p 5000:5000 \
|
|
-p 4000:4000
|
|
|