11 lines
152 B
Bash
Executable file
11 lines
152 B
Bash
Executable file
#!/bin/bash
|
|
|
|
mkdir ./uploads
|
|
mkdir ./static
|
|
touch config.exs
|
|
chown -R 911:911 ./uploads
|
|
|
|
podman pod create \
|
|
--name rebased-pod \
|
|
-p 4000:4000
|
|
|