too much time on responsive, on to hooking up cms

This commit is contained in:
Jason Jordan
2025-08-04 14:16:42 -04:00
parent 0e44bd53e6
commit 181be7e16c
12 changed files with 109 additions and 88 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ WORKDIR /usr/src/app
COPY package*.json ./
# Install dependencies
RUN npm install
RUN npm install --legacy-peer-deps
# Copy the rest of your application code
COPY . .