[PR #346] [MERGED] Fix docker build #4084

Closed
opened 2026-03-23 21:36:13 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/346
Author: @PabloCastellano
Created: 2/17/2022
Status: Merged
Merged: 2/21/2022
Merged by: @appflowy

Base: mainHead: docker-fix


📝 Commits (3)

  • bde597a fix: docker build
  • 7820c8e fix: also mount other required volumes in docker-compose
  • 23795e1 feat: add docker-compose data persistance

📊 Changes

2 files changed (+15 additions, -7 deletions)

View changed files

📝 frontend/scripts/docker-buildfiles/Dockerfile (+6 -5)
📝 frontend/scripts/docker-buildfiles/docker-compose.yml (+9 -2)

📄 Description

Fix error:

❌ The protoc-gen-dart was not installed correctly.
✅ You can fix that by adding "dart pub global activate protoc_plugin" to your shell's config file.(.bashrc, .bash, etc.)

Also mount other required volumes in docker-compose


🔄 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/AppFlowy-IO/AppFlowy/pull/346 **Author:** [@PabloCastellano](https://github.com/PabloCastellano) **Created:** 2/17/2022 **Status:** ✅ Merged **Merged:** 2/21/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `docker-fix` --- ### 📝 Commits (3) - [`bde597a`](https://github.com/AppFlowy-IO/AppFlowy/commit/bde597a10b7a500f7d3ddf9e0d63b979672aaf3b) fix: docker build - [`7820c8e`](https://github.com/AppFlowy-IO/AppFlowy/commit/7820c8e70db9bb834fe7cd1a6b69e2cc1e97ba16) fix: also mount other required volumes in docker-compose - [`23795e1`](https://github.com/AppFlowy-IO/AppFlowy/commit/23795e1b6778740d381d52df9a7aabeecc211e46) feat: add docker-compose data persistance ### 📊 Changes **2 files changed** (+15 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `frontend/scripts/docker-buildfiles/Dockerfile` (+6 -5) 📝 `frontend/scripts/docker-buildfiles/docker-compose.yml` (+9 -2) </details> ### 📄 Description Fix error: ``` ❌ The protoc-gen-dart was not installed correctly. ✅ You can fix that by adding "dart pub global activate protoc_plugin" to your shell's config file.(.bashrc, .bash, etc.) ``` Also mount other required volumes in docker-compose --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:36:13 +00: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
AppFlowy-IO/AppFlowy#4084
No description provided.