updated git url in readme
This commit is contained in:
11
README.md
11
README.md
@@ -61,15 +61,6 @@ This project was created completely by the [Cursor AI Code Editor](https://www.c
|
|||||||
|
|
||||||
### Installation
|
### 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
|
#### 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.
|
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 FRONTEND_BASE_URL=https://rsvp.example.com \
|
||||||
-e TZ=<CHANGE THIS!>
|
-e TZ=<CHANGE THIS!>
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
ryderjj89/rsvp-manager:<CHANGE THIS TAG!>
|
git.rydertech.us/ryder/rsvp-manager:latest
|
||||||
```
|
```
|
||||||
2. Access the application at `http://localhost:3000`
|
2. Access the application at `http://localhost:3000`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user