move dockerfile to server repo (#11374)
* move dockerfile to server and simplify * add harcoded-mmpackage * build docker image EE * update jenkins file for branches
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
f32679393b
Коммит
0fec6db7fc
7
build/entrypoint.sh
Исполняемый файл
7
build/entrypoint.sh
Исполняемый файл
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ "${1:0:1}" = '-' ]; then
|
||||
set -- mattermost "$@"
|
||||
fi
|
||||
|
||||
exec "$@"
|
||||
Ссылка в новой задаче
Block a user