Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Dockerfile #254

Merged
merged 3 commits into from Aug 16, 2021
Merged

Fix Dockerfile #254

merged 3 commits into from Aug 16, 2021

Conversation

norweeg
Copy link
Contributor

@norweeg norweeg commented Aug 12, 2021

Restores the two sed commands that I removed because I misread what they did. They replace the default document root (/var/www/html) with the environment variable APACHE_DOCUMENT_ROOT which is set to /var/www/filegator. No need to echo any apache config files. This fixes my mistake from #246 per https://hub.docker.com/_/php/

@codecov-commenter
Copy link

codecov-commenter commented Aug 12, 2021

Codecov Report

Merging #254 (120460f) into master (c4a83e3) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #254   +/-   ##
=========================================
  Coverage     99.89%   99.89%           
  Complexity      368      368           
=========================================
  Files            25       25           
  Lines           944      944           
=========================================
  Hits            943      943           
  Misses            1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c4a83e3...120460f. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants