mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-04 17:37:24 +00:00
Update README.md
This commit is contained in:
parent
741d977f49
commit
d377fb68db
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -155,6 +155,20 @@ You can change this behavior by editing `docker-compose.yml` if needed.
|
||||||
**Note**: Environment variables defined in `docker-compose.yml`
|
**Note**: Environment variables defined in `docker-compose.yml`
|
||||||
will **override** those in the `.env` file.
|
will **override** those in the `.env` file.
|
||||||
|
|
||||||
|
### Running with Node.js
|
||||||
|
|
||||||
|
If you prefer to run the server without Docker, you can use Node.js directly.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm install --only=production
|
||||||
|
npm run build
|
||||||
|
npm run start
|
||||||
|
```
|
||||||
|
|
||||||
|
By default, the server will be available at `http://0.0.0.0:1337/`.
|
||||||
|
|
||||||
|
You can change this behavior by editing `.env` file if needed.
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
|
||||||
### SpaceAPI
|
### SpaceAPI
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue