[PR #22] [MERGED] Add a docker development environmet #65

Closed
opened 2026-09-04 00:21:57 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/detleph/server/pull/22
Author: @stephan418
Created: 12/3/2021
Status: Merged
Merged: 12/3/2021
Merged by: @stephan418

Base: devHead: feature-docker-dev


📝 Commits (3)

  • ec6bc65 Add a docker dev environment that starts a container without building the image
  • 6f734f2 Fix quotes
  • 7a8604e Fix bug where nodemon restarts multiple times

📊 Changes

3 files changed (+43 additions, -1 deletions)

View changed files

📝 .gitignore (+4 -1)
dev.sh (+26 -0)
scripts/docker-entrypoint.dev.sh (+13 -0)

📄 Description

Just type (sudo) ./dev.sh to start up the server and watch files


🔄 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/detleph/server/pull/22 **Author:** [@stephan418](https://github.com/stephan418) **Created:** 12/3/2021 **Status:** ✅ Merged **Merged:** 12/3/2021 **Merged by:** [@stephan418](https://github.com/stephan418) **Base:** `dev` ← **Head:** `feature-docker-dev` --- ### 📝 Commits (3) - [`ec6bc65`](https://github.com/detleph/server/commit/ec6bc659c75e6f07ee1285a5da43ef3d4343a324) Add a docker dev environment that starts a container without building the image - [`6f734f2`](https://github.com/detleph/server/commit/6f734f2b744757aa4e3cc3edd01568418307f6d0) Fix quotes - [`7a8604e`](https://github.com/detleph/server/commit/7a8604ed1dfe2af06e4fa00c679add5c4afa8359) Fix bug where nodemon restarts multiple times ### 📊 Changes **3 files changed** (+43 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+4 -1) ➕ `dev.sh` (+26 -0) ➕ `scripts/docker-entrypoint.dev.sh` (+13 -0) </details> ### 📄 Description Just type (sudo) ./dev.sh to start up the server and watch files --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:21:57 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: detleph/server#65