[PR #30] [CLOSED] fix: docker not starting #95

Closed
opened 2025-10-09 16:51:43 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/VERT-sh/VERT/pull/30
Author: @GitGitro
Created: 11/24/2024
Status: Closed

Base: mainHead: fix-dockerfile


📝 Commits (4)

📊 Changes

3 files changed (+5 additions, -0 deletions)

View changed files

📝 Dockerfile (+3 -0)
📝 README.md (+1 -0)
📝 docker-compose.yml (+1 -0)

📄 Description

Hi, love the project!

that said i spent 2 hours trying to make my instance start 😅 because of two things:

  • missing arg
  • trying to run bun install before copying the files and so it can't find the file under /patches

first time messing with a dockerfile but it's up and running now!


🔄 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/VERT-sh/VERT/pull/30 **Author:** [@GitGitro](https://github.com/GitGitro) **Created:** 11/24/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix-dockerfile` --- ### 📝 Commits (4) - [`4e5f8b8`](https://github.com/VERT-sh/VERT/commit/4e5f8b8741252edd2690e1f9aa0c87a18a905028) fix: docker not starting - [`d440182`](https://github.com/VERT-sh/VERT/commit/d440182b2b20bbb225a50ff805d30f5fce742f4c) add env variable to docker-compose.yml - [`428dba5`](https://github.com/VERT-sh/VERT/commit/428dba5ac0d4c12fd5b25c000b48fc60d4d157e7) apply suggestion - [`498bd54`](https://github.com/VERT-sh/VERT/commit/498bd545e76ce2bee5b7f024629acf7057dcffd9) update readme ### 📊 Changes **3 files changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+3 -0) 📝 `README.md` (+1 -0) 📝 `docker-compose.yml` (+1 -0) </details> ### 📄 Description Hi, love the project! that said i spent 2 hours trying to make my instance start 😅 because of two things: - missing arg - trying to run bun install before copying the files and so it can't find the file under /patches first time messing with a dockerfile but it's up and running now! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the pull-request label 2025-10-09 16:51:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: VERT-sh/VERT#95