config.yml with Docker (#131)

This commit is contained in:
Thomas Miceli
2023-10-15 15:14:34 +09:00
committed by GitHub
parent b1acea9f1c
commit ef45f3d0ca
4 changed files with 18 additions and 3 deletions

View File

@ -7,5 +7,6 @@ groupmod -o -g "$GID" $USER
usermod -o -u "$UID" $USER
chown -R "$USER:$USER" /opengist
chown -R "$USER:$USER" /config.yml
exec su $USER -c "OG_OPENGIST_HOME=/opengist /app/opengist/opengist"
exec su $USER -c "OG_OPENGIST_HOME=/opengist /app/opengist/opengist --config /config.yml"