Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Dockerfile.frontpage): add --sub-url flag to ENTRYPOINT command
The --sub-url flag is added to the ENTRYPOINT command in the Dockerfile to allow the application to be served from a subdirectory. This is useful when the application is deployed behind a reverse proxy that routes requests to different applications based on the URL path.
- Loading branch information