We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356156b commit c17dec0Copy full SHA for c17dec0
1 file changed
src/Tasks/Implementations/Project/Fcgid/Includes/dockerfile.inc
@@ -38,7 +38,7 @@ strDockerfile : string =
38
'#-----------------------------------' + LineEnding +
39
'# remove unneeded file' + LineEnding +
40
41
- 'RUN rm htdocs/index.html' + LineEnding +
+ 'RUN rm /usr/local/apache2/htdocs/index.html' + LineEnding +
42
'' + LineEnding +
43
'COPY ./config/ /usr/local/apache2/config' + LineEnding +
44
'COPY ./resources/ /usr/local/apache2/resources' + LineEnding +
0 commit comments