Skip to content

Commit

Permalink
FIXME: temporary branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchietti committed Mar 11, 2024
1 parent 21d36bf commit 7b92ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ images+=("${repobase}/nethsecurity-proxy")

container_ui=$(buildah from docker.io/alpine:3.17)
buildah run ${container_ui} apk add --no-cache lighttpd git nodejs npm
buildah run ${container_ui} git clone https://github.com/NethServer/nethsecurity-ui.git
buildah run ${container_ui} git clone -b controller_unit_id https://github.com/NethServer/nethsecurity-ui.git
buildah config --workingdir /nethsecurity-ui ${container_ui}
buildah run ${container_ui} sh -c "sed -i 's/standalone/controller/g' .env.production"
buildah run ${container_ui} sh -c "npm ci && npm run build"
Expand Down

0 comments on commit 7b92ca0

Please sign in to comment.