mirror of
https://github.com/p-stream/backend.git
synced 2026-01-11 20:10:33 +00:00
Fixed notes/tips on readme
This commit is contained in:
parent
bd57026fd7
commit
a9e74585c7
1 changed files with 3 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ nixpacks build ./path/to/app --name my-app # my-app will be the container name a
|
||||||
```sh
|
```sh
|
||||||
docker run my-app
|
docker run my-app
|
||||||
```
|
```
|
||||||
[!TIP]
|
> [!TIP]
|
||||||
If you use a tool like Dokploy or Coolify, NixPacks support is out of the box
|
If you use a tool like Dokploy or Coolify, NixPacks support is out of the box
|
||||||
### Railpack
|
### Railpack
|
||||||
Railpack is the successor to NixPacks, to run the backend via Railpack:
|
Railpack is the successor to NixPacks, to run the backend via Railpack:
|
||||||
|
|
@ -81,7 +81,8 @@ cp .env.example .env
|
||||||
|
|
||||||
2. Fill in the values in the .env file
|
2. Fill in the values in the .env file
|
||||||
|
|
||||||
[!NOTE] for postgres you may want to use a service like [Neon](https://neon.tech) or host your own with docker, to do that just look it up
|
> [!NOTE]
|
||||||
|
> for postgres you may want to use a service like [Neon](https://neon.tech) or host your own with docker, to do that just look it up
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
We love contributors, it helps the community so much, if you are interested in contributing here are some steps:
|
We love contributors, it helps the community so much, if you are interested in contributing here are some steps:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue