mirror of
https://github.com/pldubouilh/gossa
synced 2025-12-06 08:22:32 +01:00
* Added VERB environment variable for enabling verbosity in the Docker container * pin the versions for golang and alpine at their current latest * move the entrypoint script to a separate file, removed EXPOSE command from Dockerfile
2 lines
181 B
Bash
Executable file
2 lines
181 B
Bash
Executable file
#!/bin/sh
|
|
exec su-exec ${UID}:${GID} /gossa -h ${HOST} -p ${PORT} -k=${SKIP_HIDDEN_FILES} -ro=${READONLY} --symlinks=${FOLLOW_SYMLINKS} --prefix=${PREFIX} --verb=${VERB} ${DATADIR}
|