casjay 5eb3ff1598
🗃️ Committing everything that changed 🗃️
applications/
configs/
lists/
wwwroot/
2023-08-22 17:53:03 -04:00

7 lines
203 B
Bash

ARG GITEA_VERSION="current"
mkdir -p "/etc/gitea" "/etc/docker"
cp -Rf "/tmp/etc/gitea/app.ini" "/etc/gitea/"
touch "/etc/docker/daemon.json"
GITEA_VERSION="${GITEA_VERSION}" bash "/tmp/setup_gitea.sh"