1
1
mirror of https://github.com/go-gitea/gitea synced 2025-09-28 03:28:13 +00:00

Docker Container Restart Fix

- Fix s6 fifodir error on container restart
- Add .tags* to .gitignore (Atom auto ctags generation)
This commit is contained in:
Jean-Philippe Roemer
2015-10-10 20:41:16 +01:00
parent 2020bafee1
commit fc427432ed
4 changed files with 14 additions and 5 deletions

View File

@@ -1,2 +1,5 @@
#!/bin/sh
exec /bin/true
# Cleanup SOCAT services and s6 event folder
rm -rf $(find /app/gogs/docker/s6/ -name 'event')
rm -rf /app/gogs/docker/s6/SOCAT_*