We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d98d3 commit ec8319eCopy full SHA for ec8319e
1 file changed
build.sh
@@ -40,11 +40,6 @@ MOUNT="$(buildah mount "$CONTAINER")"
40
echo + "rsync -v -rl --exclude .gitignore ./src/ …/" >&2
41
rsync -v -rl --exclude '.gitignore' "$BUILD_DIR/src/" "$MOUNT/"
42
43
-cmd buildah run "$CONTAINER" -- \
44
- chmod 750 \
45
- "/run/php-fpm" \
46
- "/var/log/php"
47
-
48
# install runtime dependencies
49
pkg_install "$CONTAINER" \
50
dumb-init \
0 commit comments