This repository was archived by the owner on Jan 23, 2025. It is now read-only.
This repository was archived by the owner on Jan 23, 2025. It is now read-only.
Fix paths used in the docker image #1
Open
Description
Requirements
All configurable folder paths and container volumes must be explicitly documented in the README.
Non-existent folder paths that the application depends on must be properly created as part of the build/Dockerfile
steps i.e. mkdir -p /path/to/folder
.
Tasks
These paths and similar paths1 referenced in configuration files used by tc-website
should exist and be properly accessible from the docker image.
-
- Use a container volume/sym link to map the
BASE_DIR
path to thetc-website
JSPs.
- Use a container volume/sym link to map the
1Do a regex search to find folder paths in other configuration files.
2You can ignore folder paths that appear to no longer be used.
In most cases, there should be no changes to the configuration files themselves, to be consistent with the current paths used by the VM environment.