Dockerfile updates (#77)

* 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
This commit is contained in:
Tim Eichholz
2022-04-01 13:51:26 +02:00
committed by GitHub
parent cd255a21f6
commit f1dc8280f5
2 changed files with 7 additions and 6 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/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}