Skip to content
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
@sah2ed

Description

@sah2ed

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.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P4Priority Level 4 Issue - Nice to have

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions