8000 chore: remove check list files · pnlinh/docker-php@fca90a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit fca90a0

Browse files
committed
chore: remove check list files
(cherry picked from commit 17de2bd)
1 parent b82252c commit fca90a0

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

php7.2.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ COPY config/72/nginx.run /etc/service/nginx/run
7575
COPY config/72/php.run /etc/service/php/run
7676

7777
RUN chmod +x /etc/service/nginx/run \
78-
&& chmod +x /etc/service/php/run \
79-
&& ls -al /var/www/html/
78+
&& chmod +x /etc/service/php/run
8079

8180
# Add application
8281
COPY --chown=www src/ /var/www/html/public

php7.4.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ COPY config/74/nginx.run /etc/service/nginx/run
7575
COPY config/74/php.run /etc/service/php/run
7676

7777
RUN chmod +x /etc/service/nginx/run \
78-
&& chmod +x /etc/service/php/run \
79-
&& ls -al /var/www/html/
78+
&& chmod +x /etc/service/php/run
8079

8180
# Add application
8281
COPY --chown=www src/ /var/www/html/public

php8.0.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ COPY config/80/nginx.run /etc/service/nginx/run
7272
COPY config/80/php.run /etc/service/php/run
7373

7474
RUN chmod +x /etc/service/nginx/run \
75-
&& chmod +x /etc/service/php/run \
76-
&& ls -al /var/www/html/
75+
&& chmod +x /etc/service/php/run
7776

7877
# Add application
7978
COPY --chown=www src/ /var/www/html/public

php8.1.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ COPY config/81/nginx.run /etc/service/nginx/run
7272
COPY config/81/php.run /etc/service/php/run
7373

7474
RUN chmod +x /etc/service/nginx/run \
75-
&& chmod +x /etc/service/php/run \
76-
&& ls -al /var/www/html/
75+
&& chmod +x /etc/service/php/run
7776

7877
# Add application
7978
COPY --chown=www src/ /var/www/html/public

0 commit comments

Comments
 (0)
0