We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6527c commit c02e306Copy full SHA for c02e306
scripts/frontend-build
@@ -5,9 +5,6 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
5
6
DOCKER_IMAGE=jc21/alpine-nginx-full:node
7
8
-apk update
9
-apk add python2
10
-
11
# Ensure docker exists
12
if hash docker 2>/dev/null; then
13
cd "${DIR}/.."
0 commit comments