We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3abffd commit 61d2f57Copy full SHA for 61d2f57
rootfs/standard/usr/share/mynode_apps/jam/scripts/install_jam.sh
@@ -34,7 +34,8 @@ cat << EOF > /tmp/jam/Dockerfile
34
FROM jam-orig:latest
35
36
RUN sed -i 's/zone upstreams 64K/zone upstreams 256K/g' /etc/nginx/conf.d/default.conf
37
+RUN sed -i 's/zone upstreams 64K/zone upstreams 256K/g' /etc/nginx/templates/default.conf.template
38
EOF
-docker build -t jam:latest /tmp/jam
39
+docker build --no-cache -t jam:latest /tmp/jam
40
41
echo "================== DONE INSTALLING APP ================="
0 commit comments