potential serving fix
All checks were successful
Build & Deploy Costco Grocery List / build (push) Successful in 12s
Build & Deploy Costco Grocery List / deploy (push) Successful in 3s
Build & Deploy Costco Grocery List / notify (push) Successful in 1s

This commit is contained in:
Nico 2026-01-02 17:42:43 -08:00
parent cbfb835b4f
commit 7adbbc1d3f
3 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@ jobs:
docker build \ docker build \
-t $REGISTRY/frontend:${{ github.sha }} \ -t $REGISTRY/frontend:${{ github.sha }} \
-t $REGISTRY/frontend:latest \ -t $REGISTRY/frontend:latest \
-f frontend/Dockerfile frontend/ -f frontend/Dockerfile.dev frontend/
- name: Push Frontend Image - name: Push Frontend Image
run: | run: |

View File

@ -4,7 +4,7 @@ services:
environment: environment:
- MODE_ENV=production - MODE_ENV=production
ports: ports:
- "3000:80" - "3000:5173"
depends_on: depends_on:
- backend - backend

View File

@ -1,4 +1,4 @@
version: "3.9" cd /c/Users/Nico/Desktop/Projects/Costco-Grocery-List && docker-compose -f docker-compose.prod.yml down && docker-compose -f docker-compose.prod.yml up -dversion: "3.9"
services: services:
backend: backend: