We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f2176 commit 86a510aCopy full SHA for 86a510a
build-images.sh
@@ -15,8 +15,6 @@ repobase="${REPOBASE:-ghcr.io/geniusdynamics}"
15
# Configure the image name
16
reponame="erpnext"
17
18
-app_version="v15.92.4"
19
-
20
# Create a new empty container image
21
container=$(buildah from scratch)
22
imageroot/bin/create-site
@@ -36,3 +36,5 @@ else
36
done
37
fi
38
bench --site frontend migrate
39
+bench clear-cache
40
+bench clear-website-cache
0 commit comments