too much time on responsive, on to hooking up cms
This commit is contained in:
+1
-1
@@ -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 . .
|
||||
|
||||
Reference in New Issue
Block a user