1
0
Fork 0
forked from forgejo/forgejo

[docker] drop the docker Makefile from the image (#6507)

This commit is contained in:
Jakob Ackermann 2019-05-06 04:49:32 +02:00 committed by techknowlogick
parent 0081cd8dfe
commit dab38c375d
13 changed files with 1 additions and 1 deletions

6
docker/root/etc/s6/gitea/run Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
[[ -f ./setup ]] && source ./setup
pushd /app/gitea > /dev/null
exec su-exec $USER /app/gitea/gitea web
popd