diff --git a/frontend/build.sh b/frontend/build.sh index 98603cba1..7b656bc8f 100644 --- a/frontend/build.sh +++ b/frontend/build.sh @@ -18,14 +18,9 @@ check_prereq() { } function build(){ - # Copy enterprise code - [[ $1 == "ee" ]] && { - cp ../ee/frontend/* ./ - ee="true" - } # Run docker as the same user, else we'll run in to permission issues. docker run --rm -v /etc/passwd:/etc/passwd -u `id -u`:`id -g` -v $(pwd):/home/${USER} -w /home/${USER} --name node_build node:14-stretch-slim /bin/bash -c "npm install && npm run build:oss" } check_prereq -build $1 \ No newline at end of file +build $1