Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd static file support w/ volume mount #5
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Option No. 1:
Auto-enable if we find a path like
/app/publicor/var/lib/html?Option No. 2:
Or for advanced functionality, try something like:
-e STATIC='{RequestPath}={For Matching Extensions}:{Static Files Local Path}'-e STATIC='/public=js,css,htm,html,jpeg,jpg,png,gif,ico:/app/public'