🏗 Docker container uses npm for install

This commit is contained in:
Alicia Sykes 2024-03-03 19:02:02 +00:00
parent 4fdfb6ecc1
commit 0a8df26914
2 changed files with 18493 additions and 2 deletions

View File

@ -15,8 +15,8 @@ RUN \
WORKDIR /app WORKDIR /app
# Install app dependencies # Install app dependencies
COPY package.json yarn.lock ./ COPY package.json package-lock.json ./
RUN yarn install --ignore-engines --frozen-lockfile --no-cache --network-timeout 600000 && yarn cache clean RUN npm install
# Copy over all project files and folders to the working directory # Copy over all project files and folders to the working directory
COPY . ./ COPY . ./

18491
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff