updated git url in readme

This commit is contained in:
Ryderjj89
2025-11-09 18:10:32 -05:00
parent f241b4a2e7
commit 0991e17670

View File

@@ -61,15 +61,6 @@ This project was created completely by the [Cursor AI Code Editor](https://www.c
### Installation
#### Branch Selection
There are 2 branches, latest & dev.
| Branch | Description |
| ------------- | ------------- |
| Latest | The most recent stable build. Use this if you don't like to get changes early. |
| Dev | Use this if you want to be on the cutting edge. This can be unstable or even broken. |
#### Environment Variables
These variables below are all for the email notifications. If you want to be able to send email notifications correctly, each of these needs to be provided and filled out.
@@ -113,7 +104,7 @@ docker run -d --name rsvp-manager \
-e FRONTEND_BASE_URL=https://rsvp.example.com \
-e TZ=<CHANGE THIS!>
--restart unless-stopped \
ryderjj89/rsvp-manager:<CHANGE THIS TAG!>
git.rydertech.us/ryder/rsvp-manager:latest
```
2. Access the application at `http://localhost:3000`