mattermost-desktop/docker/package_in_docker.sh

6 lines
139 B
Bash
Executable file

#!/bin/sh
# This script should be executed in docker container.
set -ex
cd electron-mattermost
./node_modules/gulp/bin/gulp.js package:all