-
Notifications
You must be signed in to change notification settings - Fork 0
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
#9 - showing current tile #12
Conversation
i added index.php file to check if everything works properly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be nice to add ports and command section, allowing access to app via localhost. For example
ports: - "8080:8080"
command: php -S 0.0.0.0:8080 -t /application
Maybe we could add a simple description of the dev setup steps?
Do we really need this in library repository? |
I thought of it as a dev way of presenting (especially useful for code reviews) that would be removed after the work was finished - but sure, I won't insist on it |
This is some old pull request I worked on. @BarTracz, please check how it works and review it.