Skip to content

Commit

Permalink
feature: add an apache server to work on public folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimorillo committed Mar 17, 2024
1 parent 1f1023f commit de77894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
apache:
image: php:apache
ports:
- "8080:80"
- "80:80"
volumes:
- ./public:/var/www/html
steps:
Expand Down

0 comments on commit de77894

Please sign in to comment.