Skip to content

Commit

Permalink
fix wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
zamronypj committed May 16, 2022
1 parent 356156b commit c17dec0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ strDockerfile : string =
'#-----------------------------------' + LineEnding +
'# remove unneeded file' + LineEnding +
'#-----------------------------------' + LineEnding +
'RUN rm htdocs/index.html' + LineEnding +
'RUN rm /usr/local/apache2/htdocs/index.html' + LineEnding +
'' + LineEnding +
'COPY ./config/ /usr/local/apache2/config' + LineEnding +
'COPY ./resources/ /usr/local/apache2/resources' + LineEnding +
Expand Down

0 comments on commit c17dec0

Please sign in to comment.