Skip to content

Commit 8d6b879

Browse files
author
Julien Neuhart
committed
fixing wrong path for apache2-foreground script #2
1 parent 1d042f1 commit 8d6b879

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile.10-apache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ EXPOSE 80
213213
ENV 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/
217217
CMD ["apache2-foreground"]
218218

219219

Dockerfile.6-apache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ EXPOSE 80
213213
ENV 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/
217217
CMD ["apache2-foreground"]
218218

219219

Dockerfile.8-apache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ EXPOSE 80
213213
ENV 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/
217217
CMD ["apache2-foreground"]
218218

219219

0 commit comments

Comments
 (0)