Updated docker compose for new file structure

This commit is contained in:
Karmaa
2025-02-09 01:50:59 -06:00
parent 33060eb1e4
commit e058892118

View File

@@ -25,7 +25,7 @@ jobs:
- name: Install Dependencies and Build Frontend - name: Install Dependencies and Build Frontend
run: | run: |
cd frontend cd src
npm ci npm ci
npm run build npm run build