https://github.com/fivenp/rvrs-node
https://github.com/fivenp/rvrs-node
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fivenp/rvrs-node
- Owner: fivenp
- Created: 2024-06-17T18:13:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T18:40:09.000Z (about 2 years ago)
- Last Synced: 2024-06-17T20:43:46.595Z (about 2 years ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Development
`docker build -t rvrs-node .`
`docker run -it --env TOKEN=myToken --rm --name rvrs-node rvrs-node`
Production
`docker run -d --env TOKEN=myToken fivenp:rvrs-node`