File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ EXPOSE 80
213213ENV APACHE_RUN_USER=docker \
214214 APACHE_RUN_GROUP=docker
215215
216- COPY apache2-foreground /usr/local/bin/
216+ COPY utils/ apache2-foreground /usr/local/bin/
217217CMD ["apache2-foreground"]
218218
219219
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ EXPOSE 80
213213ENV APACHE_RUN_USER=docker \
214214 APACHE_RUN_GROUP=docker
215215
216- COPY apache2-foreground /usr/local/bin/
216+ COPY utils/ apache2-foreground /usr/local/bin/
217217CMD ["apache2-foreground"]
218218
219219
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ EXPOSE 80
213213ENV APACHE_RUN_USER=docker \
214214 APACHE_RUN_GROUP=docker
215215
216- COPY apache2-foreground /usr/local/bin/
216+ COPY utils/ apache2-foreground /usr/local/bin/
217217CMD ["apache2-foreground"]
218218
219219
You can’t perform that action at this time.
0 commit comments