File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,7 @@ COPY config/72/nginx.run /etc/service/nginx/run
75
75
COPY config/72/php.run /etc/service/php/run
76
76
77
77
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
80
79
81
80
# Add application
82
81
COPY --chown=www src/ /var/www/html/public
Original file line number Diff line number Diff line change @@ -75,8 +75,7 @@ COPY config/74/nginx.run /etc/service/nginx/run
75
75
COPY config/74/php.run /etc/service/php/run
76
76
77
77
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
80
79
81
80
# Add application
82
81
COPY --chown=www src/ /var/www/html/public
Original file line number Diff line number Diff line change @@ -72,8 +72,7 @@ COPY config/80/nginx.run /etc/service/nginx/run
72
72
COPY config/80/php.run /etc/service/php/run
73
73
74
74
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
77
76
78
77
# Add application
79
78
COPY --chown=www src/ /var/www/html/public
Original file line number Diff line number Diff line change @@ -72,8 +72,7 @@ COPY config/81/nginx.run /etc/service/nginx/run
72
72
COPY config/81/php.run /etc/service/php/run
73
73
74
74
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
77
76
78
77
# Add application
79
78
COPY --chown=www src/ /var/www/html/public
You can’t perform that action at this time.
0 commit comments