Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit c8fc3ba

Browse files
committed
Fixed an issue with errors during startup of apache when not using the recommended linked configuration volume.
1 parent d026298 commit c8fc3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN cp -rpf /var/www/app/bin /var/www/.app-skel/bin
7878
# -----------------------------------------------------------------------------
7979
# Copy files into place
8080
# -----------------------------------------------------------------------------
81-
ADD etc/services-config/httpd/conf.d/fcgid.conf /etc/httpd/conf.d/
81+
ADD etc/services-config/httpd/conf.d/fcgid.conf /etc/services-config/httpd/conf.d/
8282
RUN ln -sf /etc/services-config/httpd/conf.d/fcgid.conf /etc/httpd/conf.d/fcgid.conf
8383

8484
EXPOSE 80 8443 443

0 commit comments

Comments
 (0)