pull/1/head
Dominique Liberda 2023-11-28 17:50:46 +01:00
parent e88fdb9855
commit 649ba4031e
5 changed files with 13 additions and 0 deletions

13
mm_build.sh Executable file
View File

@ -0,0 +1,13 @@
if [[ "$1" == '' ]]; then
cmd="cd /mattermost-src/cmd/mattermost; go build"
mm_path=/home/domi/mattermost-server
else
cmd="cd /mattermost-src/; $@"
mm_path="$PWD"
fi
docker run --rm -it \
-v $mm_path:/mattermost-src \
mattermost/mattermost-build-server:20220415_golang-1.18.1 \
bash -c "$cmd"

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB