[PR #1464] [MERGED] fix(backend): add database folder to docker build script #1533

Closed
opened 2026-02-25 21:38:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1464
Author: @indridieinarsson
Created: 3/6/2025
Status: Merged
Merged: 3/10/2025
Merged by: @Shadow243

Base: masterHead: pr_docker_dbase


📝 Commits (2)

  • 5dc4d83 Add database folder to docker build script
  • 66165da fix(testunit): selenium tests

📊 Changes

5 files changed (+21 additions, -8 deletions)

View changed files

📝 docker/Dockerfile (+1 -0)
📝 tests/selenium/login.py (+1 -0)
📝 tests/selenium/send.py (+1 -0)
📝 tests/selenium/settings.py (+12 -5)
📝 tests/selenium/tags.py (+6 -3)

📄 Description

🍰 Pullrequest

database scripts were recently moved to their own folder in the source tree. This breaks the docker build script, since the database scripts are no longer available inside the docker container.

This PR adds this folder to the Dockerfile.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/1464 **Author:** [@indridieinarsson](https://github.com/indridieinarsson) **Created:** 3/6/2025 **Status:** ✅ Merged **Merged:** 3/10/2025 **Merged by:** [@Shadow243](https://github.com/Shadow243) **Base:** `master` ← **Head:** `pr_docker_dbase` --- ### 📝 Commits (2) - [`5dc4d83`](https://github.com/cypht-org/cypht/commit/5dc4d83b74fc13b4d9ed04e002b16a3e1fbe58fd) Add database folder to docker build script - [`66165da`](https://github.com/cypht-org/cypht/commit/66165daedde63748e9591b98b8a4c1b1268c21e4) fix(testunit): selenium tests ### 📊 Changes **5 files changed** (+21 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `docker/Dockerfile` (+1 -0) 📝 `tests/selenium/login.py` (+1 -0) 📝 `tests/selenium/send.py` (+1 -0) 📝 `tests/selenium/settings.py` (+12 -5) 📝 `tests/selenium/tags.py` (+6 -3) </details> ### 📄 Description ## 🍰 Pullrequest database scripts were recently moved to their own folder in the source tree. This breaks the docker build script, since the database scripts are no longer available inside the docker container. This PR adds this folder to the Dockerfile. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:38:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#1533
No description provided.