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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
dev← Head:feature-docker-dev📝 Commits (3)
ec6bc65Add a docker dev environment that starts a container without building the image6f734f2Fix quotes7a8604eFix 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.