From 0f764dfb983a894ce5fafb466fb8c6583c05d01d Mon Sep 17 00:00:00 2001 From: LukeGus Date: Sat, 7 Dec 2024 01:45:55 -0600 Subject: [PATCH] Docker build update #7 (final) --- .github/workflows/docker-image.yml | 10 ---- .idea/workspace.xml | 75 ++++++++++++++++++------------ 2 files changed, 46 insertions(+), 39 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index b3e4c750..a77b2a49 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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 diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 580a7857..dffb4d2d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,7 @@