Skip to content

Commit c17dec0

Browse files
committed
fix wrong path
1 parent 356156b commit c17dec0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Tasks/Implementations/Project/Fcgid/Includes/dockerfile.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ strDockerfile : string =
3838
'#-----------------------------------' + LineEnding +
3939
'# remove unneeded file' + LineEnding +
4040
'#-----------------------------------' + LineEnding +
41-
'RUN rm htdocs/index.html' + LineEnding +
41+
'RUN rm /usr/local/apache2/htdocs/index.html' + LineEnding +
4242
'' + LineEnding +
4343
'COPY ./config/ /usr/local/apache2/config' + LineEnding +
4444
'COPY ./resources/ /usr/local/apache2/resources' + LineEnding +

0 commit comments

Comments
 (0)