mirror of
https://github.com/chillout2k/sos-milter.git
synced 2025-12-13 18:40:19 +00:00
Jenkins test stage, Dockerfile with CMD and ENTRYPOINT
This commit is contained in:
parent
1f884bdda0
commit
d6d2b963b3
@ -4,4 +4,5 @@ set -x
|
|||||||
set -e
|
set -e
|
||||||
umask 0000
|
umask 0000
|
||||||
ulimit -n 1024
|
ulimit -n 1024
|
||||||
|
exec "$@"
|
||||||
#/usr/bin/python3 /app/sos-milter.py
|
#/usr/bin/python3 /app/sos-milter.py
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user