Docker build update #7 (final)

This commit is contained in:
LukeGus
2024-12-07 01:45:55 -06:00
parent 2fa968662e
commit 0f764dfb98
2 changed files with 46 additions and 39 deletions

View File

@@ -22,16 +22,6 @@ jobs:
with:
node-version: '18'
- name: Cache Node modules
uses: actions/cache@v2
with:
path: |
~/.npm
frontend/node_modules
key: ${{ runner.os }}-node-modules-${{ hashFiles('frontend/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-modules-
- name: Install Dependencies and Build Frontend
run: |
cd frontend