Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit e0308fb

Browse files
committed
typo
1 parent 9c8027e commit e0308fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN yum install --setopt=tsflags=nodocs -y centos-release-scl-rh \
2020
&& chmod -R a+rwX $NGINX_VAR_DIR/lib/nginx/tmp \
2121
$NGINX_VAR_DIR/log \
2222
$NGINX_VAR_DIR/run \
23-
$NGINX_VAR_DIR/cache
23+
$NGINX_VAR_DIR/cache \
2424
/opt/app-root/run
2525

2626
COPY ./etc/ /opt/app-root/etc

0 commit comments

Comments
 (0)