[PR #570] [CLOSED] rename start.sh to docker-entrypoint.sh and rollback start.sh #1115

Closed
opened 2025-10-09 19:09:07 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/570
Author: @NavyStack
Created: 12/19/2023
Status: Closed

Base: masterHead: navystack


📝 Commits (10+)

  • c4ed3d1 .
  • 7dea931 fix: Unify all translations
  • a67b676 Merge branch 'plankanban:master' into master
  • e8b239a Korean and Japanese fine tune.
  • c9b8862 Merge branch 'plankanban:master' into master
  • 8c34016 Merge branch 'plankanban:master' into master
  • 30341f0 Improve signal handlers
  • 92366fd .
  • 2f50b0e Hide docker-compose command to start.sh
  • 86edf2f Fix postgres 14 to 16 ref docker-compose-db.yml

📊 Changes

11 files changed (+19421 additions, -30 deletions)

View changed files

📝 .github/workflows/build-and push release-package.yml (+4 -3)
📝 .gitignore (+1 -1)
📝 Dockerfile (+12 -7)
client/pnpm-lock.yaml (+12624 -0)
debian.Dockerfile (+69 -0)
📝 docker-compose-dev.yml (+1 -9)
📝 docker-compose.yml (+1 -9)
docker-entrypoint.sh (+13 -0)
pnpm-lock.yaml (+1362 -0)
server/pnpm-lock.yaml (+5333 -0)
📝 start.sh (+1 -1)

📄 Description

No description provided


🔄 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/plankanban/planka/pull/570 **Author:** [@NavyStack](https://github.com/NavyStack) **Created:** 12/19/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `navystack` --- ### 📝 Commits (10+) - [`c4ed3d1`](https://github.com/plankanban/planka/commit/c4ed3d133c556654584255582016375009908a68) . - [`7dea931`](https://github.com/plankanban/planka/commit/7dea93103cace798da96a0d179d26aa7568445a4) fix: Unify all translations - [`a67b676`](https://github.com/plankanban/planka/commit/a67b6767bf86250f4cd26aaca44411b4c0e39138) Merge branch 'plankanban:master' into master - [`e8b239a`](https://github.com/plankanban/planka/commit/e8b239af48fcd44bd4ebaf660d05e4aa2d0d9c62) Korean and Japanese fine tune. - [`c9b8862`](https://github.com/plankanban/planka/commit/c9b8862a90a6eb8f227501e8678f71189873b309) Merge branch 'plankanban:master' into master - [`8c34016`](https://github.com/plankanban/planka/commit/8c340160c132a3739dfa181799a407cfd1202f09) Merge branch 'plankanban:master' into master - [`30341f0`](https://github.com/plankanban/planka/commit/30341f0494c1e038995d0d6b8238f9e65d327749) Improve signal handlers - [`92366fd`](https://github.com/plankanban/planka/commit/92366fd46981719172ff2c618795d60983e995e2) . - [`2f50b0e`](https://github.com/plankanban/planka/commit/2f50b0e8cf551cdffd3d583c0626db0b1839a7f1) Hide docker-compose command to start.sh - [`86edf2f`](https://github.com/plankanban/planka/commit/86edf2f180adf0d7fea746934cba3ad05c9b4588) Fix postgres 14 to 16 ref docker-compose-db.yml ### 📊 Changes **11 files changed** (+19421 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-and push release-package.yml` (+4 -3) 📝 `.gitignore` (+1 -1) 📝 `Dockerfile` (+12 -7) ➕ `client/pnpm-lock.yaml` (+12624 -0) ➕ `debian.Dockerfile` (+69 -0) 📝 `docker-compose-dev.yml` (+1 -9) 📝 `docker-compose.yml` (+1 -9) ➕ `docker-entrypoint.sh` (+13 -0) ➕ `pnpm-lock.yaml` (+1362 -0) ➕ `server/pnpm-lock.yaml` (+5333 -0) 📝 `start.sh` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 19:09:07 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1115