2 Commits

Author SHA1 Message Date
cdb2b28cb7 removed echo and die statements, lolz.
All checks were successful
🧪✨ Tests Workflow / License Check (push) Successful in 2m1s
🧪✨ Tests Workflow / Code Sniffer (push) Successful in 2m6s
🧪✨ Tests Workflow / Code Lint (push) Successful in 2m11s
🧪✨ Tests Workflow / Unit Tests (push) Successful in 2m49s
2025-05-13 21:32:03 -04:00
118e83414d Continued development... 2025-05-13 20:53:50 -04:00
2 changed files with 3 additions and 3 deletions

View File

@@ -27,10 +27,10 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: 🏗️🔧 Set up Docker Buildx
- name: 🏗️ 🔧 Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: 🐳🔨 Build Backend Container
- name: 🐳 🔨 Build Backend Container
uses: docker/build-push-action@v6
with:
context: .

View File

@@ -16,7 +16,7 @@ docker-compose up -d
```
### Start the server
```shell
docker exec -it template-runtime-1 rr serve
docker exec -it template-dev-runtime-1 rr serve
```
You can access the api at `http://localhost:9501/`