mirror of
https://github.com/BastilleBSD/templates.git
synced 2025-12-11 17:29:46 +01:00
12 lines
209 B
Plaintext
12 lines
209 B
Plaintext
ARG SECRET_KEY
|
|
ARG JWT_SECRET
|
|
ARG INTERNAL_TOKEN
|
|
|
|
PKG gitea
|
|
CP usr /
|
|
RENDER /usr/local/etc/gitea/conf/app.ini
|
|
CMD chown -R git:git /usr/local/etc/gitea
|
|
SYSRC gitea_enable=YES
|
|
SERVICE gitea start
|
|
CMD echo "$?"
|